@@ -1,53 +1,5 @@
--- configure.orig 2008-05-06 08:00:18.000000000 +0200
+++ configure 2008-05-06 08:01:49.000000000 +0200
-@@ -20,28 +20,28 @@
-
- echo "Building Qmail-Scanner $QS_VERSION..."
-
--#if [ "`id |grep root`" = "" ]; then
--# cat<<EOF
--#
--#Sorry, but this must be run as root, as several operations require - well
--#root access :-)
--#
--#
--#EOF
--# exit 1
--#fi
-+if [ "`id |grep root`" = "" ]; then
-+ cat<<EOF
-+
-+Sorry, but this must be run as root, as several operations require - well
-+root access :-)
-+
-+
-+EOF
-+ exit 1
-+fi
-
- #Check for existence of setuidgid
-
--#if [ "`setuidgid 2>&1|grep 'setuidgid account child'`" = "" ]; then
--# cat<<EOF
--#
--#Sorry, but no evidence of setuidgid (which is part of daemontools) can
--#be found on your system.
--#
--#EOF
--# exit 1
--#fi
-+if [ "`setuidgid 2>&1|grep 'setuidgid account child'`" = "" ]; then
-+ cat<<EOF
-+
-+Sorry, but no evidence of setuidgid (which is part of daemontools) can
-+be found on your system.
-+
-+EOF
-+ exit 1
-+fi
-
- if [ "$SPAMC_HOST" != "" ]; then
- SA_HN="-d $SPAMC_HOST"
@@ -124,10 +124,20 @@
SA_FT="0";
ETCDIR="$SPOOLDIR"
|