summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/zoneminder/zmupdate.patch
diff options
context:
space:
mode:
authorCecil Hugh Watson <knoppmyth@gmail.com>2009-01-19 08:00:36 (GMT)
committerCecil Hugh Watson <knoppmyth@gmail.com>2009-01-19 08:00:36 (GMT)
commit6f90626a0bf289be8f0497fd6b135c7ef831e0fd (patch)
treea6bb8ed23d252765f1a7888ed079ec156cd68e81 /abs/core-testing/zoneminder/zmupdate.patch
parent100915fd681da7bd7d56311c6f866003d88e6141 (diff)
downloadlinhes_pkgbuild-6f90626a0bf289be8f0497fd6b135c7ef831e0fd.zip
linhes_pkgbuild-6f90626a0bf289be8f0497fd6b135c7ef831e0fd.tar.gz
linhes_pkgbuild-6f90626a0bf289be8f0497fd6b135c7ef831e0fd.tar.bz2
MythZoneMinder, ZoneMinder and deps.
Diffstat (limited to 'abs/core-testing/zoneminder/zmupdate.patch')
-rw-r--r--abs/core-testing/zoneminder/zmupdate.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/abs/core-testing/zoneminder/zmupdate.patch b/abs/core-testing/zoneminder/zmupdate.patch
new file mode 100644
index 0000000..2c94d89
--- /dev/null
+++ b/abs/core-testing/zoneminder/zmupdate.patch
@@ -0,0 +1,11 @@
+--- ZoneMinder-1.23.3/scripts/zmupdate.pl.orig 2007-09-26 17:05:19.000000000 -0700
++++ ZoneMinder-1.23.3/scripts/zmupdate.pl 2007-09-26 17:10:55.000000000 -0700
+@@ -327,7 +327,7 @@
+ $command .= " -p".$db_pass;
+ }
+ }
+- $command .= " ".ZM_DB_NAME." < ".ZM_PATH_BUILD."/db/zm_update-".$version.".sql";
++ $command .= " ".ZM_DB_NAME." < ".ZM_PATH_UPDATE."/zm_update-".$version.".sql";
+
+ print( "Executing '$command'\n" ) if ( DBG_LEVEL > 0 );
+ my $output = qx($command);