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

Bug#263511: apache2-mpm-prefork.prerm needs to be robust



Package: apache2-mpm-prefork
Version: 2.0.50-7
Severity: important
Tags: patch

I had problem purging apache2-mpm-prefork and found missing "|| true"

osamu@dambo:/var/lib/dpkg/info$ diff -u apache2-mpm-prefork.prerm.org apache2-mpm-prefork.prerm 
--- apache2-mpm-prefork.prerm.org       2004-08-04 22:51:24.000000000 +0200
+++ apache2-mpm-prefork.prerm   2004-08-04 22:52:16.000000000 +0200
@@ -5,7 +5,7 @@
 
 case "$1" in
         upgrade|remove)
-                /usr/sbin/invoke-rc.d apache2 stop
+                /usr/sbin/invoke-rc.d apache2 stop || true
         ;;
         deconfigure|failed-upgrade)
         ;;


-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.7-1-686
Locale: LANG=en_US.ISO-8859-1, LC_CTYPE=en_US.ISO-8859-1

Versions of packages apache2-mpm-prefork depends on:
ii  apache2-common              2.0.50-7     Next generation, scalable, extenda
ii  libapr0                     2.0.50-6     The Apache Portable Runtime
ii  libc6                       2.3.2.ds1-13 GNU C Library: Shared libraries an
ii  libdb4.2                    4.2.52-16    Berkeley v4.2 Database Libraries [
ii  libexpat1                   1.95.6-8     XML parsing C library - runtime li
ii  libldap2                    2.1.30-3     OpenLDAP libraries
ii  libssl0.9.7                 0.9.7d-5     SSL shared libraries
ii  zlib1g                      1:1.2.1.1-5  compression library - runtime

-- no debconf information

-- 
~\^o^/~~~ ~\^.^/~~~ ~\^*^/~~~ ~\^_^/~~~ ~\^+^/~~~ ~\^:^/~~~ ~\^v^/~~~ +++++
        Osamu Aoki <osamu@debian.org>  Brussels Belgium, GPG-key: A8061F32
 .''`.  Debian Reference: post-installation user's guide for non-developers
 : :' : http://qref.sf.net and http://people.debian.org/~osamu
 `. `'  "Our Priorities are Our Users and Free Software" --- Social Contract




Reply to: