summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog7
-rw-r--r--etc/cron.d/itzks-systems-common2
2 files changed, 8 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 9efc926..a66f9cf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+itzks-systems (2016.07.19.1) UNRELEASED; urgency=medium
+
+ * CRON: Silence calls to apt-get autoclean on system reboot. Such messages
+ are "flooding" root mails on TJENER.
+
+ -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Tue, 19 Jul 2016 18:26:19 +0200
+
itzks-systems (2016.07.15.7) unstable; urgency=medium
* usr-lib-nagios-plugins:
diff --git a/etc/cron.d/itzks-systems-common b/etc/cron.d/itzks-systems-common
index 8c5ba13..e85bb4c 100644
--- a/etc/cron.d/itzks-systems-common
+++ b/etc/cron.d/itzks-systems-common
@@ -1,4 +1,4 @@
MAILTO=root
PATH=/usr/bin:/bin:/usr/sbin:/sbin
-@reboot root apt-get autoclean
+@reboot root apt-get autoclean 1>/dev/null