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

Hi,

Attached is the diff for my zope-docfindertab 0.5.0-2.3 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.3) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * And now (hopefully) right for all cases. 
+
+ -- Luk Claes <[EMAIL PROTECTED]>  Sun, 11 Jun 2006 15:10:09 +0200
+
 zope-docfindertab (0.5.0-2.2) unstable; urgency=low
 
   * 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
@@ -25,13 +25,13 @@
                        invoke-rc.d zope2.7 restart
                fi
                if [ -x "/etc/init.d/zope2.8" ]; then
-                       invoke-rc.d zope2.8
+                       invoke-rc.d zope2.8 restart
                fi
                if [ -x "/etc/init.d/zope2.9" ]; then
-                       invoke-rc.d zope2.9
+                       invoke-rc.d zope2.9 restart
                fi
                if [ -x "/etc/init.d/zope3" ]; then
-                       invoke-rc.d zope3
+                       invoke-rc.d zope3 restart
                fi
        ;;
     purge)
diff -u zope-docfindertab-0.5.0/debian/postinst 
zope-docfindertab-0.5.0/debian/postinst
--- zope-docfindertab-0.5.0/debian/postinst
+++ zope-docfindertab-0.5.0/debian/postinst
@@ -32,7 +32,21 @@
                db_get "shared/zope/restart" || true
                case "$RET" in
                        configuring)
-                               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 restart
+                               fi
+                               if [ -x "/etc/init.d/zope2.9" ]; then
+                                       invoke-rc.d zope2.9 restart
+                               fi
+                               if [ -x "/etc/init.d/zope3" ]; then
+                                       invoke-rc.d zope3 restart
+                               fi
                        ;;
                        end)
                                touch /var/run/zope.restart

Attachment: signature.asc
Description: Digital signature

Reply via email to