Changeset 1724
- Timestamp:
- Nov 13, 2010, 8:30:59 AM (14 years ago)
- Location:
- branches/locker-dev/locker/bin
- Files:
-
- 4 edited
- 4 copied
Legend:
- Unmodified
- Added
- Removed
-
branches/locker-dev/locker/bin
- Property svn:mergeinfo changed
/branches/fc13-dev/locker/bin (added) merged: 1673-1675,1690 /trunk/locker/bin merged: 1416,1422,1431,1440,1442,1515,1530,1585,1693,1697-1698,1723
- Property svn:mergeinfo changed
-
branches/locker-dev/locker/bin/crontab
- Property svn:mergeinfo changed
/trunk/locker/bin/crontab (added) merged: 1515
r1521 r1724 9 9 # (can be useful for debugging) 10 10 # You can always redirect the output of individual commands to /dev/null 11 MAILTO=" ATHENA_USER@mit.edu"11 MAILTO="SCRIPTS_USER@mit.edu" 12 12 # If you do not want to receive any mail from cron, use the line below instead 13 13 #MAILTO="" … … 22 22 # | | | | | 23 23 # | | | | ----- day of week (0 - 6) (Sunday=0) 24 # | | | ------- month (1 - 12)24 # | | | ------- month (1 - 12) 25 25 # | | --------- day of month (1 - 31) 26 26 # | ----------- hour (0 - 23) - Property svn:mergeinfo changed
-
branches/locker-dev/locker/bin/scripts-start
r1295 r1724 4 4 echo 'mediawiki MediaWiki' 5 5 echo 'wordpress WordPress' 6 echo 'joomla Joomla'7 echo 'e107 e107'8 6 echo 'gallery2 Gallery2' 9 7 echo 'phpbb phpBB' 10 echo 'advancedbook Advanced Guest Book'11 echo 'phpical PHP iCalendar'12 8 echo 'trac Trac' 13 9 echo 'turbogears TurboGears' -
branches/locker-dev/locker/bin/signup-minimal
r1441 r1724 1 1 #!/bin/bash 2 3 if false; then 4 echo "Scripts signups are temporarily unavailable. Please" 5 echo "check back later." 6 exit 1 7 fi 2 8 3 9 if [ "$initlname" = "" ]; then … … 83 89 echo "ERROR:" 84 90 echo "It appears as though you are not an administrator of the locker <$lname>." 85 echo "Try running \"fs s a/mit/$lname $afsuser all\" and starting over."91 echo "Try running \"fs setacl /mit/$lname $afsuser all\" and starting over." 86 92 echo "Contact scripts@mit.edu if you are unable to solve the problem." 87 93 exit 1
Note: See TracChangeset
for help on using the changeset viewer.