SPECS: zoneminder.spec - reasonable defaults

sls sls at pld-linux.org
Mon Feb 25 15:58:14 CET 2008


Author: sls                          Date: Mon Feb 25 14:58:14 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- reasonable defaults

---- Files affected:
SPECS:
   zoneminder.spec (1.55 -> 1.56) 

---- Diffs:

================================================================
Index: SPECS/zoneminder.spec
diff -u SPECS/zoneminder.spec:1.55 SPECS/zoneminder.spec:1.56
--- SPECS/zoneminder.spec:1.55	Mon Feb 25 15:38:31 2008
+++ SPECS/zoneminder.spec	Mon Feb 25 15:58:08 2008
@@ -3,6 +3,7 @@
 # - no globs for suid/sgid files
 # - webapps
 # - it requires some magick to work with cambozola
+# - check default configuration in zm_create.sql (wrong paths: /tmp/, /usr/local/bin)
 #
 Summary:	Zone Minder is a software motion detector with nice WWW GUI
 Summary(pl.UTF-8):	Zone Minder - programowy wykrywacz ruchu z miłym GUI przez WWW
@@ -84,6 +85,8 @@
 
 cat <<'EOF' >> db/zm_create.sql.in
 update Config set Value = '/cgi-bin/zoneminder/nph-zms' where Name = 'ZM_PATH_ZMS';
+update Config set Value = '/var/run/zoneminder' where Name = 'ZM_PATH_SOCKS';
+update Config set Value = '/var/log/zoneminder' where Name = 'ZM_PATH_LOGS';
 grant select,insert,update,delete on zm.* to 'zmuser'@localhost identified by 'zmpass';
 EOF
 
@@ -205,6 +208,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.56  2008-02-25 14:58:08  sls
+- reasonable defaults
+
 Revision 1.55  2008-02-25 14:38:31  sls
 - ... and fresh version 1.23.2
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/zoneminder.spec?r1=1.55&r2=1.56&f=u



More information about the pld-cvs-commit mailing list