Mercurial > masqmail
diff configure.ac @ 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.ac Sun Sep 04 11:55:51 2011 +0200 +++ b/configure.ac Sun Sep 04 12:19:41 2011 +0200 @@ -95,10 +95,10 @@ fi AC_ARG_WITH(group, - [ --with-group=GROUP set group [trusted]], + [ --with-group=GROUP set group [mail]], ) if test "x$with_group" = 'x'; then - with_group='trusted' + with_group='mail' fi dnl debugging support (default is use it)