From ea0e65d3003e0a62f6febee5998ee8daf01184bb Mon Sep 17 00:00:00 2001 From: Petter Reinholdtsen Date: Thu, 2 Dec 2021 15:18:04 +0100 Subject: [PATCH] Make config file comment on unix socket option a bit clearer Initially I took the comment for granted, and the 'unix_socket' string as a magic string to tell zoneminder to use the mysql default socket. Alas, this do not work, as the setting really need to point to the path of the socket. Rewrite the comment to make this more clear, and less confusing for the future users. --- zm.conf.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/zm.conf.in b/zm.conf.in index 312c9aeae..d48dfce56 100644 --- a/zm.conf.in +++ b/zm.conf.in @@ -37,7 +37,8 @@ ZM_WEB_GROUP=@WEB_GROUP@ ZM_DB_TYPE=@ZM_DB_TYPE@ # ZoneMinder database hostname or ip address and optionally port or unix socket -# Acceptable formats include hostname[:port], ip_address[:port], or localhost:unix_socket +# Acceptable formats include hostname[:port], ip_address[:port], or +# localhost:/path/to/unix_socket ZM_DB_HOST=@ZM_DB_HOST@ # ZoneMinder database name