[PATCH] Check if apache2.2-common needs to be restarted in libc.postinst.
Bernd Zeimetz
bernd at bzed.de
Sun Jun 27 13:29:14 UTC 2010
---
debian/debhelper.in/libc.postinst | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/debhelper.in/libc.postinst b/debian/debhelper.in/libc.postinst
index 165fa68..382fb39 100644
--- a/debian/debhelper.in/libc.postinst
+++ b/debian/debhelper.in/libc.postinst
@@ -91,8 +91,8 @@ then
ln -sf spool/mail /var/mail
fi
if dpkg --compare-versions "$preversion" lt 2.11-1; then
- check="apache2-common apache apache-ssl apache-perl autofs at"
- check="$check boa cucipop courier-authdaemon cron cups exim"
+ check="apache2.2-common apache2-common apache apache-ssl apache-perl"
+ check="$check autofs at boa cucipop courier-authdaemon cron cups exim"
check="$check exim4-base dovecot-common cucipop incron lprng lpr"
check="$check lpr-ppd mysql-server nis openbsd-inetd"
check="$check openldapd proftpd postfix postfix-tls rsync samba"
--
1.7.1
--------------060705000009060700030802--
More information about the pkg-perl-maintainers
mailing list