diff options
author | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2014-08-27 05:07:26 -0300 |
---|---|---|
committer | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2014-08-27 05:07:26 -0300 |
commit | 0ff008e3c9dcc5ef088f481dfff3dcd121575598 (patch) | |
tree | d6f6cf5d6939e1f030a48d3711d3606570afd08f /social/spectrum/logrotate.spectrum | |
parent | ed9d1c12bbfcf9cb8b3d53e886edb679df372640 (diff) |
move some packages from [social] to [pcr] and remove unused [social]
Diffstat (limited to 'social/spectrum/logrotate.spectrum')
-rw-r--r-- | social/spectrum/logrotate.spectrum | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/social/spectrum/logrotate.spectrum b/social/spectrum/logrotate.spectrum deleted file mode 100644 index ae52ff156..000000000 --- a/social/spectrum/logrotate.spectrum +++ /dev/null @@ -1,10 +0,0 @@ -/var/log/spectrum/*.log { - notifempty - missingok - sharedscripts - postrotate - for P in /var/run/spectrum/*.pid; do - /bin/kill -HUP `cat "$P" 2>/dev/null` 2>/dev/null || true - done - endscript -} |