]> git.hoellein.online Git - vserver/commitdiff
committing changes in /etc made by "apt install iptraf"
authormhoellein <mario@hoellein.online>
Wed, 11 Jun 2025 10:59:38 +0000 (12:59 +0200)
committermhoellein <mario@hoellein.online>
Wed, 11 Jun 2025 10:59:38 +0000 (12:59 +0200)
Package changes:
+iptraf 1:1.1.4-6build1 all
+iptraf-ng 1:1.1.4-6build1 amd64

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

index 948906bad545f3eadcab482ea85ad1abea6537ea..969852fb9783b2ed14ec52f95a7b505820746fc6 100755 (executable)
@@ -20695,6 +20695,7 @@ maybe chmod 0644 'logrotate.d/graphite-api'
 maybe chmod 0644 'logrotate.d/graphite-carbon'
 maybe chmod 0644 'logrotate.d/graphite-web'
 maybe chmod 0644 'logrotate.d/icinga2'
+maybe chmod 0644 'logrotate.d/iptraf-ng'
 maybe chmod 0644 'logrotate.d/mysql-server'
 maybe chmod 0644 'logrotate.d/netdata'
 maybe chmod 0644 'logrotate.d/razor'
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
+}