comparison 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
comparison
equal deleted inserted replaced
357:04744e3e8b18 358:92340177150d
1359 1359
1360 Optional Packages: 1360 Optional Packages:
1361 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] 1361 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1362 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) 1362 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1363 --with-user=USER set user mail 1363 --with-user=USER set user mail
1364 --with-group=GROUP set group trusted 1364 --with-group=GROUP set group mail
1365 --with-libcrypto use libcrypto 1365 --with-libcrypto use libcrypto
1366 --with-liblockfile use liblock (for Debian) 1366 --with-liblockfile use liblock (for Debian)
1367 --with-logdir=DIR set log directory /var/log/masqmail 1367 --with-logdir=DIR set log directory /var/log/masqmail
1368 --with-spooldir=DIR set spool directory /var/spool/masqmail 1368 --with-spooldir=DIR set spool directory /var/spool/masqmail
1369 --with-confdir directory for configuration /etc/masqmail 1369 --with-confdir directory for configuration /etc/masqmail
5120 if test "${with_group+set}" = set; then : 5120 if test "${with_group+set}" = set; then :
5121 withval=$with_group; 5121 withval=$with_group;
5122 fi 5122 fi
5123 5123
5124 if test "x$with_group" = 'x'; then 5124 if test "x$with_group" = 'x'; then
5125 with_group='trusted' 5125 with_group='mail'
5126 fi 5126 fi
5127 5127
5128 # Check whether --enable-debug was given. 5128 # Check whether --enable-debug was given.
5129 if test "${enable_debug+set}" = set; then : 5129 if test "${enable_debug+set}" = set; then :
5130 enableval=$enable_debug; if test "x$enable_debug" != 'xno'; then 5130 enableval=$enable_debug; if test "x$enable_debug" != 'xno'; then