forked from ZoneMinder/zoneminder
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
reorganize zm config files (ZoneMinder#1937)
* reogranize config files * process 01-system-paths.conf.in * exclude .in files in install directive
- Loading branch information
1 parent
5cf2be5
commit 4bca799
Showing
6 changed files
with
87 additions
and
56 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
# ========================================================================== | ||
# | ||
# ZoneMinder System Paths Configuration | ||
# | ||
# ========================================================================== | ||
# | ||
# This config file contains the variables previously found under Options -> Paths | ||
# | ||
# *** DO NOT EDIT THIS FILE *** | ||
# | ||
# To make custom changes to the variables below, create a new configuration | ||
# file, with an extention of .conf, containing your desired modifications. | ||
# | ||
|
||
# Full path to the folder events are recorded to. | ||
# The web account user must have full read/write permission to this folder. | ||
ZM_DIR_EVENTS=@ZM_DIR_EVENTS@ | ||
|
||
# Full path to the folder images, not directly associated with events, | ||
# are recorded to. | ||
# The web account user must have full read/write permission to this folder. | ||
ZM_DIR_IMAGES=@ZM_DIR_IMAGES@ | ||
|
||
# Foldername under the webroot where ZoneMinder looks for optional sound files | ||
# to play when an alarm is detected. | ||
ZM_DIR_SOUNDS=@ZM_DIR_SOUNDS@ | ||
|
||
# Full path to the folder where exported archives are stored | ||
# The web account user must have full read/write permission to this folder. | ||
ZM_DIR_EXPORTS=@ZM_TMPDIR@ | ||
|
||
# ZoneMinder url path to the zms streaming server | ||
ZM_PATH_ZMS=@ZM_PATH_ZMS@ | ||
|
||
# Full Path to ZoneMinder's mapped memory files | ||
# The web account user must have full read/write permission to this folder. | ||
ZM_PATH_MAP=@ZM_PATH_MAP@ | ||
|
||
# Full Path to ZoneMinder's socket folder | ||
# The web account user must have full read/write permission to this folder. | ||
ZM_PATH_SOCKS=@ZM_SOCKDIR@ | ||
|
||
# Full path to ZoneMinder's log folder | ||
# The web account user must have full read/write permission to this folder. | ||
ZM_PATH_LOGS=@ZM_LOGDIR@ | ||
|
||
# Full path to ZoneMinder's swap folder | ||
# The web account user must have full read/write permission to this folder. | ||
ZM_PATH_SWAP=@ZM_TMPDIR@ | ||
|
||
# Full path to optional arp binary | ||
# ZoneMinder will find the arp binary automatically on most systems | ||
ZM_PATH_ARP=@ZM_PATH_ARP@ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# ========================================================================== | ||
# | ||
# ZoneMinder Multiserver Configuration | ||
# | ||
# ========================================================================== | ||
# Do NOT set ZM_SERVER_HOST if you are not using Multi-Server | ||
# You have been warned | ||
# | ||
# The name specified here must have a corresponding entry | ||
# in the Servers tab under Options | ||
#ZM_SERVER_HOST= | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters