Changeset 659 for locker/bin/signup-sql
- Timestamp:
- Feb 16, 2008, 5:35:51 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
locker/bin/signup-sql
r463 r659 9 9 10 10 sshrun() { 11 athrun scripts scripts-ssh "$lname" "/mit/scripts/$@" 2>/dev/null11 athrun scripts scripts-ssh "$lname" "/mit/scripts/$@" 12 12 } 13 13 … … 65 65 # Users need to sign up for scripts.mit.edu so that they can 66 66 # authenticate themselves to sql.mit.edu 67 attach scripts 2>/dev/null67 attach scripts 68 68 . /mit/scripts/bin$scriptsdev/signup-web 69 69 … … 73 73 74 74 if [ ! -f "$lroot/.my.cnf" ]; then 75 mkdir $lroot/.sql 2>/dev/null75 mkdir $lroot/.sql 76 76 fs sa $lroot/.sql system:anyuser none 77 77 fs sa $lroot/.sql system:authuser none 78 78 fs sa $lroot/.sql daemon.scripts write 79 79 fs sa $lroot/.sql daemon.sql write 80 ln -nfs $lroot/.sql/my.cnf $lroot/.my.cnf 2>/dev/null80 ln -nfs $lroot/.sql/my.cnf $lroot/.my.cnf 81 81 fi 82 82
Note: See TracChangeset
for help on using the changeset viewer.