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:
stan 2003-06-12 14:27:13 +00:00
parent 28c310b2e0
commit a8f2d53af2
1 changed files with 8 additions and 2 deletions

View File

@ -185,7 +185,6 @@ my @options =
name => "ZM_DIR_SOUNDS", name => "ZM_DIR_SOUNDS",
default => "sounds", default => "sounds",
description => "Directory to the sounds that the ZoneMinder client can use", description => "Directory to the sounds that the ZoneMinder client can use",
description => "Directory where images are stored",
help => "ZoneMinder generates a myriad of images, mosty of which are associated with events. For those that aren't this is where they go.", 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}, type => $types{directory},
}, },
@ -360,6 +359,13 @@ my @options =
requires => [ { name=>"ZM_OPT_NETPBM", value=>"yes" } ], requires => [ { name=>"ZM_OPT_NETPBM", value=>"yes" } ],
type => $types{abs_path}, 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", name => "ZM_PATH_LOGS",
default => "/tmp", default => "/tmp",