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 diff
1.1 --- a/configure Sun Sep 04 11:55:51 2011 +0200 1.2 +++ b/configure Sun Sep 04 12:19:41 2011 +0200 1.3 @@ -1361,7 +1361,7 @@ 1.4 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] 1.5 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) 1.6 --with-user=USER set user mail 1.7 - --with-group=GROUP set group trusted 1.8 + --with-group=GROUP set group mail 1.9 --with-libcrypto use libcrypto 1.10 --with-liblockfile use liblock (for Debian) 1.11 --with-logdir=DIR set log directory /var/log/masqmail 1.12 @@ -5122,7 +5122,7 @@ 1.13 fi 1.14 1.15 if test "x$with_group" = 'x'; then 1.16 - with_group='trusted' 1.17 + with_group='mail' 1.18 fi 1.19 1.20 # Check whether --enable-debug was given.