Just ignore this. I probably need some coffee.
Having MILTERSOCKET variable empty is also with the case with the
proposed configuration where you set your default
"unix:path/to/socket" value.

Thanks

2011/1/24 Teodor MICU <mteo...@gmail.com>:
> One more important issue I think we missed so far is to have
> MILTERSOCKET empty in the config file. I think you covered only to
> skip "chmod+chown" but in fact it should abort execution. So this
> construction:
>
> +if [ -n "$MILTERSOCKET" ]; then
>
> should be change to:
>
> | if [ -z "$MILTERSOCKET" ]; then
> |   echo ".. abort"
> |   exit 1
> | else
> [..]



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to