Package: libapache-mod-witch
Version: 0.0.4
Followup-For: Bug #297706

sed uses \( and \) for grouping, not ( ).  Here's a patch that fixes this
problem.

--- libapache-mod-witch-0.0.4/debian/postrm.orig        2002-09-16 
11:36:39.000000000 -0700
+++ libapache-mod-witch-0.0.4/debian/postrm     2005-05-10 23:50:07.000000000 
-0700
@@ -11,7 +11,7 @@
 killconf () {
        tmpfile=/etc/apache/httpd.conf.tmp.$$
        cat /etc/apache/httpd.conf |\
-                sed 's/^(LoadModule.*mod_witch\.so)/#\1/' > $tmpfile
+                sed 's/^\(LoadModule.*mod_witch\.so\)/#\1/' > $tmpfile
        mv -f $tmpfile /etc/apache/httpd.conf
        ask_restart
 }

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.4.30
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)

Versions of packages libapache-mod-witch depends on:
pn  apache-common                            Not found.
ii  libc6                       2.3.2.ds1-21 GNU C Library: Shared libraries an
pn  libdb4.1                                 Not found.
ii  libexpat1                   1.95.8-3     XML parsing C library - runtime li


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

Reply via email to