]> git.hoellein.online Git - zenbook/commitdiff
committing changes in /etc after apt run
authorroot <root@localhost>
Mon, 25 Feb 2019 04:57:06 +0000 (05:57 +0100)
committerroot <root@localhost>
Mon, 25 Feb 2019 04:57:06 +0000 (05:57 +0100)
Package changes:
+iptraf 1:1.1.4-6 all
+iptraf-ng 1:1.1.4-6 amd64

.etckeeper
logrotate.d/iptraf-ng [new file with mode: 0644]

index 1dfba1126c5e01d0ca12174573a8e5df965d49e4..d4fababc22be26a6b9cd4071d9cc1ee734943c56 100755 (executable)
@@ -1936,6 +1936,7 @@ maybe chmod 0644 'logrotate.d/apt'
 maybe chmod 0644 'logrotate.d/aptitude'
 maybe chmod 0644 'logrotate.d/cups-daemon'
 maybe chmod 0644 'logrotate.d/dpkg'
+maybe chmod 0644 'logrotate.d/iptraf-ng'
 maybe chmod 0644 'logrotate.d/lightdm'
 maybe chmod 0644 'logrotate.d/mongodb-server'
 maybe chmod 0644 'logrotate.d/pm-utils'
diff --git a/logrotate.d/iptraf-ng b/logrotate.d/iptraf-ng
new file mode 100644 (file)
index 0000000..895ebe3
--- /dev/null
@@ -0,0 +1,9 @@
+# Logrotate file for iptraf
+/var/log/iptraf/*.log {
+       compress
+       delaycompress
+       missingok
+       notifempty
+       rotate 4
+       create 0600 root root
+}