Parent Directory
|
Revision Log
|
Patch
| revision 1.4 by joy, Mon Jan 13 11:32:53 2003 UTC | revision 1.5 by joey, Wed Dec 17 07:43:41 2003 UTC | |
|---|---|---|
| # | Line 15 trap "rm -f $crondir/often.lock" exit | Line 15 trap "rm -f $crondir/often.lock" exit |
| 15 | # rotate the previous log file | # rotate the previous log file |
| 16 | savelog -g debwww -m 664 $crondir/often.log &> /dev/null | savelog -g debwww -m 664 $crondir/often.log &> /dev/null |
| 17 | ||
| 18 | export CVS_RSH=ssh | |
| 19 | cd $crondir | cd $crondir |
| 20 | 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 |
| 21 |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.5 |