summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-process/acct/files/acct.logrotate')
-rw-r--r--sys-process/acct/files/acct.logrotate14
1 files changed, 0 insertions, 14 deletions
diff --git a/sys-process/acct/files/acct.logrotate b/sys-process/acct/files/acct.logrotate
deleted file mode 100644
index af6213434cd9..000000000000
--- a/sys-process/acct/files/acct.logrotate
+++ /dev/null
@@ -1,14 +0,0 @@
-# Logrotate file for acct
-
-/var/account/pacct {
- compress
- delaycompress
- notifempty
- daily
- rotate 31
- create 0600 root root
- missingok
- postrotate
- /etc/init.d/acct --quiet --ifstarted restart
- endscript
-}