Package: zope-docfindertab
Version: 0.5.0-2.1
Severity: normal
Tags: patch

Hi,

Attached is the diff for my zope-docfindertab 0.5.0-2.2 NMU.

-- 
Luk Claes - http://people.debian.org/~luk - GPG key 1024D/9B7C328D
Fingerprint:   D5AF 25FB 316B 53BB 08E7   F999 E544 DE07 9B7C 328D
diff -u zope-docfindertab-0.5.0/debian/changelog 
zope-docfindertab-0.5.0/debian/changelog
--- zope-docfindertab-0.5.0/debian/changelog
+++ zope-docfindertab-0.5.0/debian/changelog
@@ -1,3 +1,10 @@
+zope-docfindertab (0.5.0-2.2) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Try all the zope initscripts.
+
+ -- Luk Claes <[EMAIL PROTECTED]>  Tue,  6 Jun 2006 20:14:42 +0200
+
 zope-docfindertab (0.5.0-2.1) unstable; urgency=high
 
   * Non-maintainer upload.
diff -u zope-docfindertab-0.5.0/debian/postrm 
zope-docfindertab-0.5.0/debian/postrm
--- zope-docfindertab-0.5.0/debian/postrm
+++ zope-docfindertab-0.5.0/debian/postrm
@@ -18,7 +18,21 @@
 
 case "$1" in
        remove)
-               invoke-rc.d zope restart
+               if [ -x "/etc/init.d/zope" ]; then
+                       invoke-rc.d zope restart
+               fi
+               if [ -x "/etc/init.d/zope2.7" ]; then
+                       invoke-rc.d zope2.7 restart
+               fi
+               if [ -x "/etc/init.d/zope2.8" ]; then
+                       invoke-rc.d zope2.8
+               fi
+               if [ -x "/etc/init.d/zope2.9" ]; then
+                       invoke-rc.d zope2.9
+               fi
+               if [ -x "/etc/init.d/zope3" ]; then
+                       invoke-rc.d zope3
+               fi
        ;;
     purge)
     ;;

Attachment: signature.asc
Description: Digital signature

Reply via email to