Hi there,

I understand how:

> @@ -279,5 +279,5 @@ fi
> 
>  make_dir "$DataBaseDirectory"
> -if [ "${SOCKET_PATH#inet}" = "${SOCKET_PATH}" ]; then
> +if [ "${SOCKET_TYPE}" = "local" ]; then
>    make_dir $(dirname "$SOCKET_PATH")
>    chown $User $(dirname "$SOCKET_PATH")

could be a problem (maybe - if the variable $SOCKET_PATH includes the
string 'inet' but somehow the variable $SOCKET_PATH remains unset), but
I don't see how:

> @@ -172,5 +172,5 @@ make_dir()
>    [ -n "$User" ] || User=clamav
>    mkdir -p -m 0755 "$DIR"
> -  chown "$User:$User" "$DIR"
> +  chown "$User" "$DIR"
>  }

Cause any problems or indeed makes any difference?

Cheers,
-- 
 -----------------------------------------------------------------
|   ,''`.                                            Stephen Gran |
|  : :' :                                        sg...@debian.org |
|  `. `'                        Debian user, admin, and developer |
|    `-                                     http://www.debian.org |
 -----------------------------------------------------------------

Attachment: signature.asc
Description: Digital signature

Reply via email to