diff --git a/zmconfig.pl.in b/zmconfig.pl.in index c82003f28..52f695360 100755 --- a/zmconfig.pl.in +++ b/zmconfig.pl.in @@ -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",