diff options
Diffstat (limited to 'abs/core-testing/zoneminder/zm.conf.patch')
-rw-r--r-- | abs/core-testing/zoneminder/zm.conf.patch | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/abs/core-testing/zoneminder/zm.conf.patch b/abs/core-testing/zoneminder/zm.conf.patch new file mode 100644 index 0000000..b3406a8 --- /dev/null +++ b/abs/core-testing/zoneminder/zm.conf.patch @@ -0,0 +1,20 @@ +--- ZoneMinder-1.23.3/zm.conf.in.orig 2006-11-16 01:06:30.000000000 -0800 ++++ ZoneMinder-1.23.3/zm.conf.in 2007-09-26 16:51:06.000000000 -0700 +@@ -14,6 +14,7 @@ + + # Path to build directory, used mostly for finding DB upgrade scripts + ZM_PATH_BUILD=@PATH_BUILD@ ++ZM_PATH_UPDATE=/usr/lib/zm/upgrade + + # Build time, used to record when to trigger various checks + ZM_TIME_BUILD=@TIME_BUILD@ +@@ -44,7 +45,7 @@ + ZM_DB_NAME=@ZM_DB_NAME@ + + # ZoneMinder database user +-ZM_DB_USER=@ZM_DB_USER@ ++ZM_DB_USER= + + # ZoneMinder database password +-ZM_DB_PASS=@ZM_DB_PASS@ ++ZM_DB_PASS= |