summaryrefslogtreecommitdiffstats
path: root/system/ZoneMinder/zm_logrotate
diff options
context:
space:
mode:
author Matteo Bernardini <ponce@slackbuilds.org>2012-12-14 17:29:58 +0100
committer Matteo Bernardini <ponce@slackbuilds.org>2012-12-15 15:13:37 +0100
commit58442929f2f8d8f09b8223997ace0186d1225c20 (patch)
tree94efde42d7ee384e5a9b21d8eb40409779df9c06 /system/ZoneMinder/zm_logrotate
parent979c4b9f632c5ef4b481dcaa26ce20f4c3dcf6e5 (diff)
downloadslackbuilds-58442929f2f8d8f09b8223997ace0186d1225c20.tar.gz
slackbuilds-58442929f2f8d8f09b8223997ace0186d1225c20.tar.xz
system/ZoneMinder: Removed.
Unmaintained and not compatible yet with fmpeg-0.11.x Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'system/ZoneMinder/zm_logrotate')
-rw-r--r--system/ZoneMinder/zm_logrotate9
1 files changed, 0 insertions, 9 deletions
diff --git a/system/ZoneMinder/zm_logrotate b/system/ZoneMinder/zm_logrotate
deleted file mode 100644
index 72c736c6df..0000000000
--- a/system/ZoneMinder/zm_logrotate
+++ /dev/null
@@ -1,9 +0,0 @@
-/var/log/zm/*log {
- weekly
- rotate 4
- notifempty
- missingok
- postrotate
- /usr/bin/zmpkg.pl logrot
- endscript
-}