Update of /cvsroot/devil-linux/build/scripts
In directory sc8-pr-cvs1:/tmp/cvs-serv7822/scripts
Modified Files:
Tag: rel-1-0-patches
logrotate
Log Message:
removed /etc/logrotate.d/logrotate.cron
Index: logrotate
===================================================================
RCS file: /cvsroot/devil-linux/build/scripts/logrotate,v
retrieving revision 1.14
retrieving revision 1.14.2.1
diff -u -d -r1.14 -r1.14.2.1
--- logrotate 22 Jul 2003 19:45:11 -0000 1.14
+++ logrotate 14 Nov 2003 01:54:28 -0000 1.14.2.1
@@ -32,7 +32,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
|