Package: websvn
Version: 1.61-16

Hello,

This is a followup-for bug #340188 (archived). Purging websvn still
hangs as the db_stop is not at the end of the postrm script. I have been
able to solve this problem by moving it to the end of the script

The patch would then be:

--- postrm.old  2006-02-14 10:50:38.000000000 +0100
+++ postrm      2006-02-14 10:51:14.000000000 +0100
@@ -33,8 +33,6 @@
                ;;
 esac
 
-db_stop
-
 for webserver in $restart; do
        webserver=${webserver%,}
        if [ -x /usr/sbin/invoke-rc.d ]; then
@@ -49,5 +47,7 @@
 
 #DEBHELPER#
 
+db_stop
+
 exit 0
 

Greetings,


Fred

-- System Information:
Debian Release: testing/unstable
  APT prefers testing-proposed-updates
  APT policy: (900, 'testing-proposed-updates'), (500, 'testing'), (200, 
'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15.3
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to