Package: exim
Version: 3.35-1woody4

On my system I like to have /var/log/exim w+rx.  However, every time I
install the exim package the permissions get reset to the default, by
this fragment of the postinst:

        # Create directories for log etc
        install -d -omail -gadm -m2750 /var/log/exim

I suggest

        test -d /var/log/exim || install -d -omail -gadm -m2750 /var/log/exim

or equivalent.

Thanks,
Ian.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to