Changeset 1723


Ignore:
Timestamp:
Nov 13, 2010, 8:10:19 AM (13 years ago)
Author:
ezyang
Message:
Add signup disabling stanza, say fs setacl not fs sa.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/locker/bin/signup-minimal

    r1698 r1723  
    11#!/bin/bash
     2
     3if false; then
     4    echo "Scripts signups are temporarily unavailable.  Please"
     5    echo "check back later."
     6    exit 1
     7fi
    28
    39if [ "$initlname" = "" ]; then
     
    8389  echo "ERROR:"
    8490  echo "It appears as though you are not an administrator of the locker <$lname>."
    85   echo "Try running \"fs sa /mit/$lname $afsuser all\" and starting over."
     91  echo "Try running \"fs setacl /mit/$lname $afsuser all\" and starting over."
    8692  echo "Contact scripts@mit.edu if you are unable to solve the problem."
    8793  exit 1
Note: See TracChangeset for help on using the changeset viewer.