Changeset 726 for locker/bin


Ignore:
Timestamp:
Apr 10, 2008, 2:18:57 AM (16 years ago)
Author:
geofft
Message:
Attach the locker before attempting to sign it up. (Previously it was
only attached when running signup-* independently, rather than from
deploy/bin/onathena.) This should fix the bug with non-automounting
Athena machines not allowing group locker signups.

There is some code from signup-minimal that is newer than the equivalent
code in deploy/bin/onathena (e.g., the code path that runs attach
"$lname" to ensure the locker is attachable); the common code should be
refactored, or at least onathena should be synchronized.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • locker/bin/signup-minimal

    r660 r726  
    5252fi
    5353
     54attach "$lname" 2>/dev/null
     55
    5456ans=`$WGET -q -O- "http://scripts.mit.edu/~signup/fsla.php/mit/$lname"`
    5557if [ "$ans" != "0" ]; then
Note: See TracChangeset for help on using the changeset viewer.