summaryrefslogtreecommitdiff
path: root/pcr/spectrum/logrotate.spectrum
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2019-02-09 15:08:18 +0100
committerAndreas Grapentin <andreas@grapentin.org>2019-02-09 15:08:18 +0100
commit648d712adbf21b455889c473230e20e70780b051 (patch)
tree80753b68723a2b80a0af6c5f6fa098de0a3d0d09 /pcr/spectrum/logrotate.spectrum
parent9fe323608abcf4ddf3276a5e9855e8a45ea7b3be (diff)
downloadabslibre-648d712adbf21b455889c473230e20e70780b051.tar.gz
abslibre-648d712adbf21b455889c473230e20e70780b051.tar.bz2
abslibre-648d712adbf21b455889c473230e20e70780b051.zip
pcr/spectrum: unmaintained, unbuilt. removed
Diffstat (limited to 'pcr/spectrum/logrotate.spectrum')
-rw-r--r--pcr/spectrum/logrotate.spectrum10
1 files changed, 0 insertions, 10 deletions
diff --git a/pcr/spectrum/logrotate.spectrum b/pcr/spectrum/logrotate.spectrum
deleted file mode 100644
index ae52ff156..000000000
--- a/pcr/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
-}