diff options
| author | Greg Frost <gregfrost1@bigpond.com> | 2009-07-20 10:57:46 (GMT) | 
|---|---|---|
| committer | Greg Frost <gregfrost1@bigpond.com> | 2009-07-20 10:57:46 (GMT) | 
| commit | 0cad0430a88a9790163896e44e1c86f5d1bbb553 (patch) | |
| tree | 91822f723f50a24974e87f7d21b032cee7b220ca | |
| parent | b777da118a46c73f5dba3f47d302debd39bf94fa (diff) | |
| download | linhes_pkgbuild-0cad0430a88a9790163896e44e1c86f5d1bbb553.zip linhes_pkgbuild-0cad0430a88a9790163896e44e1c86f5d1bbb553.tar.gz linhes_pkgbuild-0cad0430a88a9790163896e44e1c86f5d1bbb553.tar.bz2  | |
zoneminder: fix error in logrotate
| -rw-r--r-- | abs/core-testing/zoneminder/PKGBUILD | 4 | ||||
| -rw-r--r-- | abs/core-testing/zoneminder/zmupdate.patch | 12 | 
2 files changed, 14 insertions, 2 deletions
diff --git a/abs/core-testing/zoneminder/PKGBUILD b/abs/core-testing/zoneminder/PKGBUILD index bdd1669..ad7037e 100644 --- a/abs/core-testing/zoneminder/PKGBUILD +++ b/abs/core-testing/zoneminder/PKGBUILD @@ -3,7 +3,7 @@  pkgname=zoneminder  pkgver=1.23.3 -pkgrel=4 +pkgrel=5  pkgdesc="Capture, analyse, record and monitor video security cameras."  arch=('i686')  url="http://www.zoneminder.com" @@ -31,7 +31,7 @@ noextract=()  md5sums=('ee803f0f71d6e67adf602c3557fb6bc9'           'af8631abe20cd7dcab1a023af7d4f3e8'           '246852035905589617b9e0dc63759d27' -         '0e91bbfddbed78ffe1c968d11af49ccb' +         '320dd41725945218de0672f899e1d739'           '818cec2eba7e1efb3f5c410f6dd8d528'           'f9720872736f26d17bc49d8725b75ae4'           'f0c4b80b3c2f1e0fe90d7b52191b7e51' diff --git a/abs/core-testing/zoneminder/zmupdate.patch b/abs/core-testing/zoneminder/zmupdate.patch index 2c94d89..913a6ec 100644 --- a/abs/core-testing/zoneminder/zmupdate.patch +++ b/abs/core-testing/zoneminder/zmupdate.patch @@ -9,3 +9,15 @@   		print( "Executing '$command'\n" ) if ( DBG_LEVEL > 0 );   		my $output = qx($command); +diff -Naru ZoneMinder-1.23.3-orig/scripts/zmlogrotate.conf.in ZoneMinder-1.23.3/scripts/zmlogrotate.conf.in +--- ZoneMinder-1.23.3-orig/scripts/zmlogrotate.conf.in	2008-02-25 20:19:52.000000000 +1030 ++++ ZoneMinder-1.23.3/scripts/zmlogrotate.conf.in	2009-07-20 20:18:16.000000000 +0930 +@@ -7,7 +7,7 @@ +     missingok + } +  +-Now the weekly db backup ++# Now the weekly db backup +  + /var/lib/zm/zm_backup.sql { + weekly  | 
