diff --git a/SPECS/iptraf-ng-logrotate.conf b/SPECS/iptraf-ng-logrotate.conf new file mode 100644 index 0000000..1b05165 --- /dev/null +++ b/SPECS/iptraf-ng-logrotate.conf @@ -0,0 +1,9 @@ +# Logrotate file for iptraf +/var/log/iptraf-ng/*.log { + compress + delaycompress + missingok + notifempty + rotate 4 + create 0600 root root +} diff --git a/SPECS/iptraf-ng-tmpfiles.conf b/SPECS/iptraf-ng-tmpfiles.conf new file mode 100644 index 0000000..2c915d8 --- /dev/null +++ b/SPECS/iptraf-ng-tmpfiles.conf @@ -0,0 +1 @@ +d /run/iptraf-ng 0755 root root - diff --git a/SPECS/v1.1.4.tar.gz b/SPECS/v1.1.4.tar.gz new file mode 100644 index 0000000..f79ec4c Binary files /dev/null and b/SPECS/v1.1.4.tar.gz differ