summaryrefslogtreecommitdiff
path: root/debian/vyatta-cfg-system.postinst.in
diff options
context:
space:
mode:
Diffstat (limited to 'debian/vyatta-cfg-system.postinst.in')
-rw-r--r--debian/vyatta-cfg-system.postinst.in8
1 files changed, 0 insertions, 8 deletions
diff --git a/debian/vyatta-cfg-system.postinst.in b/debian/vyatta-cfg-system.postinst.in
index f06bfb50..be5d1ca6 100644
--- a/debian/vyatta-cfg-system.postinst.in
+++ b/debian/vyatta-cfg-system.postinst.in
@@ -139,14 +139,6 @@ if [ "$sysconfdir" != "/opt/vyatta/etc" ]; then
cp $sysconfdir/level $sysconfdir/protected-user /opt/vyatta/etc
fi
-# update crontab for logrotate
-grep -v logrotate /etc/crontab>/etc/crontab.$$
-echo "*/10 * * * * root /usr/sbin/logrotate /etc/logrotate.conf" >> /etc/crontab.$$
-rm /etc/crontab
-mv /etc/crontab.$$ /etc/crontab
-crontab /etc/crontab
-
-
# create needed directories
mkdir -p /var/log/user