diff options
author | V'yacheslav Stetskevych <slava18@gmail.com> | 2010-07-09 02:38:22 -0400 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-07-10 02:17:47 -0500 |
commit | 6149f3636948188bbad6377fa1f4425591f6fe22 (patch) | |
tree | 924b5c6e6dadcaf8f33aaab84abf4211f4bfa828 /system/ZoneMinder/patches/db_upgrade_script_location.patch | |
parent | 944d84608d9bf501dd16124307fcab77ee5d688d (diff) | |
download | slackbuilds-6149f3636948188bbad6377fa1f4425591f6fe22.tar.gz |
system/ZoneMinder: Added (security and surveillance solution)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'system/ZoneMinder/patches/db_upgrade_script_location.patch')
-rw-r--r-- | system/ZoneMinder/patches/db_upgrade_script_location.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/system/ZoneMinder/patches/db_upgrade_script_location.patch b/system/ZoneMinder/patches/db_upgrade_script_location.patch new file mode 100644 index 0000000000..ca32afc34c --- /dev/null +++ b/system/ZoneMinder/patches/db_upgrade_script_location.patch @@ -0,0 +1,11 @@ +--- ZoneMinder-1.24.1/zm.conf.in.orig 2009-03-23 13:55:43.000000000 +0000 ++++ ZoneMinder-1.24.1/zm.conf.in 2009-03-23 13:57:22.000000000 +0000 +@@ -13,7 +13,7 @@ + ZM_VERSION=@VERSION@ + + # Path to build directory, used mostly for finding DB upgrade scripts +-ZM_PATH_BUILD=@PATH_BUILD@ ++ZM_PATH_BUILD=/usr/share/ZoneMinder + + # Build time, used to record when to trigger various checks + ZM_TIME_BUILD=@TIME_BUILD@ |