Mercurial > masqmail
diff configure @ 358:92340177150d
Eventually switched the default group from `trusted' to `mail'
All systems I run have a group `mail' but no group `trusted'.
Also changed the uid/gid to the common values 8/12.
author | markus schnalke <meillo@marmaro.de> |
---|---|
date | Sun, 04 Sep 2011 12:19:41 +0200 |
parents | 3f1eecd8082d |
children | 4916f9df5051 |
line wrap: on
line diff
--- a/configure Sun Sep 04 11:55:51 2011 +0200 +++ b/configure Sun Sep 04 12:19:41 2011 +0200 @@ -1361,7 +1361,7 @@ --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) --with-user=USER set user mail - --with-group=GROUP set group trusted + --with-group=GROUP set group mail --with-libcrypto use libcrypto --with-liblockfile use liblock (for Debian) --with-logdir=DIR set log directory /var/log/masqmail @@ -5122,7 +5122,7 @@ fi if test "x$with_group" = 'x'; then - with_group='trusted' + with_group='mail' fi # Check whether --enable-debug was given.