Changeset 9399 for trunk/MagicSoft


Ignore:
Timestamp:
03/16/09 13:03:52 (16 years ago)
Author:
snruegam
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r9398 r9399  
    1818
    1919                                                 -*-*- 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
    2029 2009/03/15 Thomas Bretz
    2130
  • trunk/MagicSoft/Mars/datacenter/scripts/makecallistolinks

    r9355 r9399  
    6666   telnum=${primaries[$s+$s+1]}
    6767   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
    6969   then
    7070      printprocesslog "INFO linking $callistorcnew to $callistorc for sequ $sequence"
     
    8282     
    8383      #linking callisto.rc
    84       if ln -vfs $setuppath/callisto/$callistorcnew $callistorc
     84      if ln -fs $setuppath/callisto/$callistorcnew $callistorc
    8585      then
    8686         printprocesslog "INFO link callisto.rc successfully for sequence $sequence"
  • trunk/MagicSoft/Mars/datacenter/scripts/sourcefile

    r9355 r9399  
    8787   if ! [ "$lockfile" = "" ] && ls $lockfile >/dev/null 2>&1
    8888   then
    89       rm -v $lockfile
     89      printprocesslog `rm -v $lockfile`
    9090   fi
    9191   printprocesslog "INFO finished $0"
Note: See TracChangeset for help on using the changeset viewer.