[Pkg-openssl-changes] r131 - openssl/trunk/debian
Kurt Roeckx
kroeckx at costa.debian.org
Mon May 1 12:21:57 UTC 2006
Author: kroeckx
Date: 2006-05-01 12:21:56 +0000 (Mon, 01 May 2006)
New Revision: 131
Modified:
openssl/trunk/debian/changelog
openssl/trunk/debian/libssl0.9.8.postinst
Log:
libssl0.9.8.postinst: Change list of service that may need to be restarted:
- Replace ssh by openssh-server
- Split postgresql in postgresql-7.4 postgresql-8.0 postgresql-8.1
- Add: dovecot-common bind9 ntp-refclock ntp-simple openntpd clamcour
fetchmail ftpd-ssl proftpd proftpd-ldap proftpd-mysql proftpd-pgsql
Modified: openssl/trunk/debian/changelog
===================================================================
--- openssl/trunk/debian/changelog 2006-05-01 12:16:02 UTC (rev 130)
+++ openssl/trunk/debian/changelog 2006-05-01 12:21:56 UTC (rev 131)
@@ -8,6 +8,12 @@
so use #!/bin/bash
* libssl0.9.8.postinst: Call set -e after sourcing the debconf
script.
+ * libssl0.9.8.postinst: Change list of service that may need
+ to be restarted:
+ - Replace ssh by openssh-server
+ - Split postgresql in postgresql-7.4 postgresql-8.0 postgresql-8.1
+ - Add: dovecot-common bind9 ntp-refclock ntp-simple openntpd clamcour
+ fetchmail ftpd-ssl proftpd proftpd-ldap proftpd-mysql proftpd-pgsql
-- Kurt Roeckx <kurt at roeckx.be> Thu, 6 Apr 2006 20:34:07 +0200
Modified: openssl/trunk/debian/libssl0.9.8.postinst
===================================================================
--- openssl/trunk/debian/libssl0.9.8.postinst 2006-05-01 12:16:02 UTC (rev 130)
+++ openssl/trunk/debian/libssl0.9.8.postinst 2006-05-01 12:21:56 UTC (rev 131)
@@ -60,12 +60,17 @@
if dpkg --compare-versions "$2" lt 0.9.8-3; then
echo -n "Checking for services that may need to be restarted..."
- check="sendmail ssh"
+ check="sendmail openssh-server"
check="$check apache2-common ssh-nonfree exim4"
check="$check apache-ssl libapache-mod-ssl openvpn spamassassin"
check="$check courier-imap-ssl courier-mta-ssl courier-pop-ssl"
check="$check postfix-tls cyrus21-imapd cyrus21-pop3d"
check="$check postgresql racoon"
+ check="$check postgresql-7.4 postgresql-8.0 postgresql-8.1"
+ check="$check racoon dovecot-common bind9"
+ check="$check ntp-refclock ntp-simple openntpd clamcour"
+ check="$check fetchmail ftpd-ssl"
+ check="$check proftpd proftpd-ldap proftpd-mysql proftpd-pgsql"
# Only get the ones that are installed, and configured
check=$(dpkg -s $check 2> /dev/null | sed '/^$/{N;/^\n$/D;}' | awk 'BEGIN{RS="\n\n";FS="\n"}{if ( $2 ~ /Status: .* installed$/ ) { print $1 } }' | cut -f 2 -d ' ')
# apache2 ships its init script in apache2-common, but the
More information about the Pkg-openssl-changes
mailing list