Removed bogus comment on sounds directory and made sock files directory an option.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@566 e3e1d417-86f3-4887-817a-d78f3d33393f
This commit is contained in:
parent
28c310b2e0
commit
a8f2d53af2
|
@ -184,8 +184,7 @@ my @options =
|
|||
{
|
||||
name => "ZM_DIR_SOUNDS",
|
||||
default => "sounds",
|
||||
description => "Directory to the sounds that the ZoneMinder client can use",
|
||||
description => "Directory where images are stored",
|
||||
description => "Directory to the sounds that the ZoneMinder client can use",
|
||||
help => "ZoneMinder generates a myriad of images, mosty of which are associated with events. For those that aren't this is where they go.",
|
||||
type => $types{directory},
|
||||
},
|
||||
|
@ -360,6 +359,13 @@ my @options =
|
|||
requires => [ { name=>"ZM_OPT_NETPBM", value=>"yes" } ],
|
||||
type => $types{abs_path},
|
||||
},
|
||||
{
|
||||
name => "ZM_PATH_SOCKS",
|
||||
default => "/tmp",
|
||||
description => "Path to the various Unix domain socket files that ZoneMinder uses",
|
||||
help => "ZoneMinder generally uses Unix domain sockets where possible. This reduces the need for port assignments and prevents external applications from possibly compromising the daemons. However each Unix socket requires a .sock file to be created. This option where those socket files go.",
|
||||
type => $types{abs_path},
|
||||
},
|
||||
{
|
||||
name => "ZM_PATH_LOGS",
|
||||
default => "/tmp",
|
||||
|
|
Loading…
Reference in New Issue