Hi all.

When i was looking through the git archive that Andreas Schneider has
put up, i notices that one of the merge commits had some junk it it, and
here is a patch to fix that again.

You can also do a git pull from git://server.guldbrand.net/dspam.git if
you like.

Best wishes and a Happy New year.


Niki Guldbrand
diff --git a/configure.ac b/configure.ac
index 09bb774..ae59586 100644
--- a/configure.ac
+++ b/configure.ac
@@ -232,11 +232,7 @@ AC_ARG_WITH(dspam_owner,
     )
 AC_ARG_WITH(dspam_group,
     [AS_HELP_STRING(--with-dspam-group=GROUP,
-                        Set [20071206:1330] mjohnson: Gentoo patch 12 
-
-Take the configuration directory value from sysconfdir
-
-group for dspam binary[,] default mail
+                        Set group for dspam binary[,] default mail
                     )],
     [ dspam_group="$withval" ],
     [ dspam_group='mail' ]
@@ -277,10 +273,6 @@ case x"$enable_trusted_user_security" in
     xyes)   # trusted user security enabled explicity
             ;;
     xno)    # trusted user security disabled explicity
-[20071206:1330] mjohnson: Gentoo patch 12 
-
-Take the configuration directory value from sysconfdir
-
             enable_trusted_user_security=no
             ;;
     x)      # trusted user security enabled by default

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to