[Pkg-dspam-commits] [pkg-dspam-commits] r161 - trunk/debian

Kurt B. Kaiser kbk-guest at alioth.debian.org
Thu Jul 17 05:49:54 UTC 2008


Author: kbk-guest
Date: Thu Jul 17 05:49:53 2008
New Revision: 161

Log:
Enable the suexec module by running a LoadModule via a2enmod call in
webfrontend postinstall.


Modified:
   trunk/debian/changelog
   trunk/debian/dspam-webfrontend.postinst

Modified: trunk/debian/changelog
==============================================================================
--- trunk/debian/changelog	(original)
+++ trunk/debian/changelog	Thu Jul 17 05:49:53 2008
@@ -12,8 +12,9 @@
   * Move linking in config.guess and config.sub to configure target
   * Use maintainer-clean in clean target and remove any Makefile.in left over.
   * Add apache2-suexec as webfrontend dependency (Closes: #488924)
+  * Enable the suexec module during webfrontend postinstall (Ref #366478)
 
- -- Debian DSPAM Maintainers <pkg-dspam-misc at lists.alioth.debian.org>  Wed, 16 Jul 2008 16:24:10 -0400
+ -- Debian DSPAM Maintainers <pkg-dspam-misc at lists.alioth.debian.org>  Thu, 17 Jul 2008 01:46:32 -0400
 
 dspam (3.6.8-8) unstable; urgency=high
 

Modified: trunk/debian/dspam-webfrontend.postinst
==============================================================================
--- trunk/debian/dspam-webfrontend.postinst	(original)
+++ trunk/debian/dspam-webfrontend.postinst	Thu Jul 17 05:49:53 2008
@@ -21,9 +21,12 @@
             dpkg-statoverride --update --add dspam dspam 0600 /etc/dspam/webfrontend.conf
         fi
 
-        # Give users the chance to change the templates used for the webfrontend
-        # and give us the chance to update the templates properly.
+        # Give users the chance to change the templates used for the
+        # webfrontend and give us the chance to update the templates properly.
         ln -sf /usr/share/dspam/upstream-templates /usr/share/dspam/templates
+
+	# Make the apache2 suexec module available:
+	a2enmod suexec
     ;;
 
     reconfigure|abort-upgrade|abort-remove|abort-deconfigure)



More information about the Pkg-dspam-commits mailing list