@@ -1,6 +1,6 @@
--- configure.save 2008-05-01 22:20:16.000000000 +0200
-+++ configure 2008-05-01 22:20:38.000000000 +0200
-@@ -20,16 +20,16 @@
++++ configure 2008-05-01 22:23:30.000000000 +0200
+@@ -20,28 +20,28 @@
echo "Building Qmail-Scanner $QS_VERSION..."
@@ -27,3 +27,24 @@
#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
+ A_HN="-d $SPAMC_HOST"
|