diff options
author | Geno Bob <geno.bob@gmail.com> | 2017-04-01 06:31:12 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-04-01 06:32:59 +0700 |
commit | 1c1ecdc54b751cdd094fb9844100b3154290b671 (patch) | |
tree | ef62158aa8b84382b52772272bffb05d9b471c5e /system/ZoneMinder/doinst.sh | |
parent | 9cc0eb1267c6b883512287328aa42b4bed6e4853 (diff) | |
download | slackbuilds-1c1ecdc54b751cdd094fb9844100b3154290b671.tar.gz |
system/ZoneMinder: Updated for version 1.30.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/ZoneMinder/doinst.sh')
-rw-r--r-- | system/ZoneMinder/doinst.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/ZoneMinder/doinst.sh b/system/ZoneMinder/doinst.sh index 1b16b9b8f2..3d3b339c80 100644 --- a/system/ZoneMinder/doinst.sh +++ b/system/ZoneMinder/doinst.sh @@ -11,8 +11,8 @@ config() { # Otherwise, we leave the .new copy for the admin to consider... } -config etc/zm/zm.conf.new -config etc/zm/zm_apache.conf.new +config etc/zm.conf.new +config etc/httpd/extra/zm.conf.new config etc/logrotate.d/zm.new config etc/rc.d/rc.zm.new |