Lines Matching refs:OLD
123 OLD=$VAR/.Old
124 O_LOGS=$OLD/Old-Log
125 ACCT_LOGS=$OLD/Old-acct
126 SEC_LOGS=$OLD/Old-sec
128 [ -f $ADMIN/xferstats ] && mv $ADMIN/xferstats $OLD/xferstats
129 [ -f $ADMIN/audit ] && mv $ADMIN/audit $OLD/audit
130 [ -f $ADMIN/command ] &&mv $ADMIN/command $OLD/command
131 [ -f $ADMIN/errors ] && mv $ADMIN/errors $OLD/errors
132 [ -f $ADMIN/Foreign ] && mv $ADMIN/Foreign $OLD/Foreign
145 mv $ADMIN/perflog $OLD/perflog
224 [ -f $ADMIN/uucleanup ] && mv $ADMIN/uucleanup $OLD/uucleanup
225 if [ -s $OLD/uucleanup ]
227 (echo "Subject: cleanup"; echo; cat $OLD/uucleanup) | mail $MAILTO
323 if [ -s $OLD/errors -o -s $OLD/Foreign ]
326 echo; echo tail errors; tail $OLD/errors; \
327 echo; echo tail Foreign; tail $OLD/Foreign; \