Changeset 9399 for trunk/MagicSoft
- Timestamp:
- 03/16/09 13:03:52 (16 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r9398 r9399 18 18 19 19 -*-*- END OF LINE -*-*- 20 2009/03/16 Stefan Ruegamer 21 * datacenter/scripts/makecallistolinks 22 - added >/dev/null in line 68 to prevent the mails to dc@astro 23 - removed the -v for the ln 24 * datacenter/scripts/sourcefile 25 - added printprocesslog for rm -v in the finish function (mails) 26 27 28 20 29 2009/03/15 Thomas Bretz 21 30 -
trunk/MagicSoft/Mars/datacenter/scripts/makecallistolinks
r9355 r9399 66 66 telnum=${primaries[$s+$s+1]} 67 67 callistorc=$datapath/callisto/`printf %08d $sequence | cut -c 0-4`/`printf %08d $sequence`/$callistorcseq 68 if ! ls -l $callistorc 2>/dev/null | grep $callistorcnew 68 if ! ls -l $callistorc 2>/dev/null | grep $callistorcnew >/dev/null 69 69 then 70 70 printprocesslog "INFO linking $callistorcnew to $callistorc for sequ $sequence" … … 82 82 83 83 #linking callisto.rc 84 if ln - vfs $setuppath/callisto/$callistorcnew $callistorc84 if ln -fs $setuppath/callisto/$callistorcnew $callistorc 85 85 then 86 86 printprocesslog "INFO link callisto.rc successfully for sequence $sequence" -
trunk/MagicSoft/Mars/datacenter/scripts/sourcefile
r9355 r9399 87 87 if ! [ "$lockfile" = "" ] && ls $lockfile >/dev/null 2>&1 88 88 then 89 rm -v $lockfile89 printprocesslog `rm -v $lockfile` 90 90 fi 91 91 printprocesslog "INFO finished $0"
Note:
See TracChangeset
for help on using the changeset viewer.