summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-dialup/capisuite/files/capisuite.logrotated')
-rw-r--r--net-dialup/capisuite/files/capisuite.logrotated39
1 files changed, 0 insertions, 39 deletions
diff --git a/net-dialup/capisuite/files/capisuite.logrotated b/net-dialup/capisuite/files/capisuite.logrotated
deleted file mode 100644
index 9298cc5078d4..000000000000
--- a/net-dialup/capisuite/files/capisuite.logrotated
+++ /dev/null
@@ -1,39 +0,0 @@
-/var/log/capisuite.log {
- weekly
- missingok
- rotate 52
- compress
- delaycompress
- notifempty
- create 640 root adm
- sharedscripts
- postrotate
- if [ -f /var/run/capisuite.pid ]; then \
- if [ -x /usr/sbin/invoke-rc.d ]; then \
- invoke-rc.d capisuite restart > /dev/null; \
- else \
- /etc/init.d/capisuite restart > /dev/null; \
- fi; \
- fi;
- endscript
-}
-
-/var/log/capisuite.error {
- weekly
- missingok
- rotate 52
- compress
- delaycompress
- notifempty
- create 640 root adm
- sharedscripts
- postrotate
- if [ -f /var/run/capisuite.pid ]; then \
- if [ -x /usr/sbin/invoke-rc.d ]; then \
- invoke-rc.d capisuite restart > /dev/null; \
- else \
- /etc/init.d/capisuite restart > /dev/null; \
- fi; \
- fi;
- endscript
-}