Parent Directory
|
Revision Log
|
Patch
| revision 1.2 by joy, Mon Jan 6 14:32:24 2003 UTC | revision 1.3 by joy, Mon Jan 6 14:34:30 2003 UTC | |
|---|---|---|
| # | Line 18 savelog -g debwww -m 664 $crondir/often. | Line 18 savelog -g debwww -m 664 $crondir/often. |
| 18 | cvs update -d -P 2>&1 | tee -a $crondir/often.log >/dev/null | cvs update -d -P 2>&1 | tee -a $crondir/often.log >/dev/null |
| 19 | ||
| 20 | cd $crondir/parts | cd $crondir/parts |
| 21 | run-parts --verbose $crondir/parts &>> $crondir/often.log | run-parts --verbose $crondir/parts > $crondir/often.log 2>&1 |
| 22 | ||
| 23 | echo " *** the often cron job is done *** " >> $crondir/often.log | echo " *** the often cron job is done *** " >> $crondir/often.log |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.5 |