Update of /cvsroot/devil-linux/build/scripts
In directory sc8-pr-cvs1:/tmp/cvs-serv7756/scripts
Modified Files:
logrotate
Log Message:
removed /etc/logrotate.d/logrotate.cron
Index: logrotate
===================================================================
RCS file: /cvsroot/devil-linux/build/scripts/logrotate,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- logrotate 13 Oct 2003 17:36:08 -0000 1.15
+++ logrotate 14 Nov 2003 01:53:59 -0000 1.16
@@ -44,7 +44,6 @@
cp -dp logrotate $CDDIR/usr/sbin || exit 1
cp -dp $MYDIR/scripts/logrotate.conf $ETCDIR/etc || exit 1
mkdir -p $ETCDIR/etc/logrotate.d || exit 1
- cp -dp examples/logrotate.cron $ETCDIR/etc/logrotate.d/ || exit 1
cp -dp $MYDIR/scripts/logrotate.conf.* $ETCDIR/etc/logrotate.d/ || exit 1
copy_man
fi
|