comparison 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
comparison
equal deleted inserted replaced
357:04744e3e8b18 358:92340177150d
93 if test "x$with_user" = 'x'; then 93 if test "x$with_user" = 'x'; then
94 with_user='mail' 94 with_user='mail'
95 fi 95 fi
96 96
97 AC_ARG_WITH(group, 97 AC_ARG_WITH(group,
98 [ --with-group=GROUP set group [trusted]], 98 [ --with-group=GROUP set group [mail]],
99 ) 99 )
100 if test "x$with_group" = 'x'; then 100 if test "x$with_group" = 'x'; then
101 with_group='trusted' 101 with_group='mail'
102 fi 102 fi
103 103
104 dnl debugging support (default is use it) 104 dnl debugging support (default is use it)
105 AC_ARG_ENABLE(debug, 105 AC_ARG_ENABLE(debug,
106 [ --disable-debug disable debugging], 106 [ --disable-debug disable debugging],