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

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



Author: barbier
Date: 2006-02-04 22:22:13 +0000 (Sat, 04 Feb 2006)
New Revision: 1148

Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/debhelper.in/libc.postinst
Log:
* debian/debhelper.in/libc.postinst: Restart dropbear on upgrade.
  (Closes: #351036)


Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog	2006-02-04 20:46:22 UTC (rev 1147)
+++ glibc-package/trunk/debian/changelog	2006-02-04 22:22:13 UTC (rev 1148)
@@ -3,6 +3,8 @@
   [ Denis Barbier ]
   * debian/debhelper.in/libc.postinst: Restart webmin on upgrade.
     (Closes: #345641)
+  * debian/debhelper.in/libc.postinst: Restart dropbear on upgrade.
+    (Closes: #351036)
   * Fix yesexpr/noexpr in tl_PH locale.  Reported by eric pareja.
     (Closes: #295810)
   * Fix langinfo(_NL_TIME_FIRST_WEEKDAY) for C locale.  Reported by

Modified: glibc-package/trunk/debian/debhelper.in/libc.postinst
===================================================================
--- glibc-package/trunk/debian/debhelper.in/libc.postinst	2006-02-04 20:46:22 UTC (rev 1147)
+++ glibc-package/trunk/debian/debhelper.in/libc.postinst	2006-02-04 22:22:13 UTC (rev 1148)
@@ -272,7 +272,7 @@
 	    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 saslauthd"
-	    check="$check webmin"
+	    check="$check webmin dropbear"
 	    # 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: