@@ -0,0 +1,29 @@
+--- configure.save 2008-05-01 22:20:16.000000000 +0200
++++ configure 2008-05-01 22:20:38.000000000 +0200
+@@ -20,16 +20,16 @@
+
+ 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
+
|