[Pkg-openssl-changes] r168 - openssl/trunk/debian

Kurt Roeckx kroeckx at costa.debian.org
Sun Sep 17 13:47:03 UTC 2006


Author: kroeckx
Date: 2006-09-17 13:47:02 +0000 (Sun, 17 Sep 2006)
New Revision: 168

Modified:
   openssl/trunk/debian/changelog
   openssl/trunk/debian/libssl0.9.8.postinst
Log:
Add partimage-server conserver-server and tor to the list of service
to check for restart.  Add workaround for openssh-server so it finds
the init script.  (Closes: #386365, #386400, #386513)


Modified: openssl/trunk/debian/changelog
===================================================================
--- openssl/trunk/debian/changelog	2006-09-17 13:32:19 UTC (rev 167)
+++ openssl/trunk/debian/changelog	2006-09-17 13:47:02 UTC (rev 168)
@@ -9,6 +9,9 @@
     package.
   * Move the modified rand/md_rand.c file to the right place, 
     really fixing #363516.
+  * Add partimage-server conserver-server and tor to the list of service
+    to check for restart.  Add workaround for openssh-server so it finds
+    the init script.  (Closes: #386365, #386400, #386513)
 
  -- Kurt Roeckx <kurt at roeckx.be>  Sun, 17 Sep 2006 13:28:02 +0000
 

Modified: openssl/trunk/debian/libssl0.9.8.postinst
===================================================================
--- openssl/trunk/debian/libssl0.9.8.postinst	2006-09-17 13:32:19 UTC (rev 167)
+++ openssl/trunk/debian/libssl0.9.8.postinst	2006-09-17 13:47:02 UTC (rev 168)
@@ -70,6 +70,7 @@
 	    check="$check ntp openntpd clamcour"
 	    check="$check fetchmail ftpd-ssl"
 	    check="$check proftpd proftpd-ldap proftpd-mysql proftpd-pgsql"
+	    check="$check partimage-server conserver-server tor"
 	    # 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
@@ -83,6 +84,8 @@
             # dovecot-common ships its init script, but the
 	    # script name is dovecot for dovecot-{imapd,pop3d}.
 	    check=$(echo $check | sed 's/dovecot-common/dovecot/g')
+	    # openssh-server's init script it called ssh
+	    check=$(echo $check | sed 's/openssh-server/ssh/g')
 	    echo "done."
 
 	    echo "Checking init scripts..."




More information about the Pkg-openssl-changes mailing list