[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

r1053 - in glibc-package/trunk/debian: . debhelper.in



Author: dan
Date: 2005-11-12 23:17:24 +0000 (Sat, 12 Nov 2005)
New Revision: 1053

Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/debhelper.in/libc.postinst
Log:
  * Also restart saslauthd at upgrades, from Philipp Hug (Closes: #334101).


Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog	2005-11-12 23:11:27 UTC (rev 1052)
+++ glibc-package/trunk/debian/changelog	2005-11-12 23:17:24 UTC (rev 1053)
@@ -3,8 +3,9 @@
   * Add missing build dependency on libc6-dev-ppc64 on powerpc.
   * Add patch to fix sparc64 TLS build failure, from Aurelien Jarno
     (Closes: #335821).
+  * Also restart saslauthd at upgrades, from Philipp Hug (Closes: #334101).
 
- -- Daniel Jacobowitz <dan@debian.org>  Sat, 12 Nov 2005 18:10:13 -0500
+ -- Daniel Jacobowitz <dan@debian.org>  Sat, 12 Nov 2005 18:16:56 -0500
 
 glibc (2.3.5-7) unstable; urgency=low
 

Modified: glibc-package/trunk/debian/debhelper.in/libc.postinst
===================================================================
--- glibc-package/trunk/debian/debhelper.in/libc.postinst	2005-11-12 23:11:27 UTC (rev 1052)
+++ glibc-package/trunk/debian/debhelper.in/libc.postinst	2005-11-12 23:17:24 UTC (rev 1053)
@@ -271,7 +271,7 @@
 	    check="$check courier-authdaemon mysql-server spamassassin"
 	    check="$check apache apache-ssl apache-perl apache2-common"
 	    check="$check proftpd proftpd-ldap proftpd-mysql proftpd-pgsql"
-	    check="$check dovecot-common cucipop rsync samba"
+	    check="$check dovecot-common cucipop rsync samba saslauthd"
 	    # Only get the ones that are installed, and configured
 	    check=$(dpkg -s $check 2> /dev/null | egrep '^Package:|^Status:' | awk '{if ($1 ~ /^Package:/) { package=$2 } else if ($0 ~ /^Status: .* installed$/) { print package }}')
 	    # apache2 ships its init script in apache2-common, but the



Reply to: