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 |
| : :' : [email protected] |
| `. `' Debian user, admin, and developer |
| `- http://www.debian.org |
-----------------------------------------------------------------
signature.asc
Description: Digital signature
_______________________________________________ Pkg-clamav-devel mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-clamav-devel
