Delete PATH_BUILD and TIME_BUILD from zm.conf and setup default for

ZM_DB_TYPE
This commit is contained in:
Kfir Itzhak
2013-11-04 22:38:21 +02:00
parent be21a882ab
commit 90d7ce98f1
3 changed files with 5 additions and 13 deletions

View File

@@ -9,12 +9,6 @@
# or installations.
#
# Path to build directory
ZM_PATH_BUILD=@PATH_BUILD@
# Build time, used to record when to trigger various checks
ZM_TIME_BUILD=@TIME_BUILD@
# Path to installed data directory, used mostly for finding DB upgrade scripts
ZM_PATH_DATA=@PKGDATADIR@
@@ -37,7 +31,7 @@ ZM_PATH_CGI=@CGI_PREFIX@
ZM_WEB_USER=@WEB_USER@
ZM_WEB_GROUP=@WEB_GROUP@
# ZoneMinder database type: so far only mysql is supported
# ZoneMinder database type
ZM_DB_TYPE=@ZM_DB_TYPE@
# ZoneMinder database hostname or ip address