Your message dated Wed, 07 Mar 2007 23:47:03 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#375189: fixed in firestarter 1.0.3-2
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: firestarter
Version: 1.0.3-1.1
Severity: normal
Tags: patch

The postrm script has the following snippet:

        if [ -e /etc/dhclient-exit-hooks ]; then
          if grep "sh /etc/init.d/firestarter start" /etc/dhclient-exit-hooks >/
dev/null; then
            TMP=`mktemp -q`
            grep -v "sh /etc/init.d/firestarter start" /etc/dhclient-exit-hooks 
> $TMP
            if [ $? -ne 2 ]; then
              mv $TMP /etc/dhclient-exit-hooks
            else
              rm $TMP
            fi
          fi
        fi

On my system /etc/dhclient-exit-hooks contained the single line 
"sh /etc/init.d/firestarter start". Thus the 'grep -v' that was used to
remove it returned an error (it found no lines). 

Solutions: grep -v || true, or replace the whole thing with a:

  sed -i -e '/sh \/etc\/init.d\/firestarter start/d' /etc/dhclient-exit-hooks

Note that this would require depending on sed => 3.90 or similar
(practically the sed package in sarge. The old sed package in woody did
not support the useful -i switch)

-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.15-rc5-swsusp-2
Locale: LANG=he_IL.UTF-8, LC_CTYPE=he_IL.UTF-8 (charmap=UTF-8)

Versions of packages firestarter depends on:
ii  gksu               1.2.5-3               graphical frontend to su
ii  iptables           1.2.11-10             Linux kernel 2.4+ iptables adminis
ii  libart-2.0-2       2.3.17-1              Library of functions for 2D graphi
ii  libatk1.0-0        1.8.0-4               The ATK accessibility toolkit
ii  libaudiofile0      0.2.6-6               Open-source version of SGI's audio
ii  libbonobo2-0       2.8.1-2               Bonobo CORBA interfaces library
ii  libbonoboui2-0     2.8.1-2               The Bonobo UI library
ii  libc6              2.3.2.ds1-22sarge3    GNU C Library: Shared libraries an
ii  libesd0            0.2.35-2              Enlightened Sound Daemon - Shared 
ii  libgconf2-4        2.8.1-6               GNOME configuration database syste
ii  libgcrypt11        1.2.0-11.1            LGPL Crypto library - runtime libr
ii  libglade2-0        1:2.4.2-2             library to load .glade files at ru
ii  libglib2.0-0       2.6.4-1               The GLib library of C routines
ii  libgnome-keyring0  0.4.2-1               GNOME keyring services library
ii  libgnome2-0        2.8.1-2               The GNOME 2 library - runtime file
ii  libgnomecanvas2-0  2.8.0-1               A powerful object-oriented display
ii  libgnomeui-0       2.8.1-3               The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0     2.8.4-4               The GNOME virtual file-system libr
ii  libgnutls11        1.0.16-13.2           GNU TLS library - runtime library
ii  libgpg-error0      1.0-1                 library for common error values an
ii  libgtk2.0-0        2.6.4-3.1             The GTK+ graphical user interface 
ii  libice6            4.3.0.dfsg.1-14sarge1 Inter-Client Exchange library
ii  libjpeg62          6b-10                 The Independent JPEG Group's JPEG 
ii  liborbit2          1:2.12.2-1            libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0      1.8.1-1               Layout and rendering of internatio
ii  libpopt0           1.7-5                 lib for parsing cmdline parameters
ii  libsm6             4.3.0.dfsg.1-14sarge1 X Window System Session Management
ii  libtasn1-2         0.2.10-3sarge1        Manage ASN.1 structures (runtime)
ii  libx11-6           4.3.0.dfsg.1-14sarge1 X Window System protocol client li
ii  libxml2            2.6.16-7              GNOME XML library
ii  xlibs              4.3.0.dfsg.1-14sarge1 X Keyboard Extension (XKB) configu
ii  zlib1g             1:1.2.2-4.sarge.2     compression library - runtime

-- no debconf information

-- 
Tzafrir Cohen
[EMAIL PROTECTED]
http://www.technion.ac.il/~tzafrir


--- End Message ---
--- Begin Message ---
Source: firestarter
Source-Version: 1.0.3-2

We believe that the bug you reported is fixed in the latest version of
firestarter, which is due to be installed in the Debian FTP archive:

firestarter_1.0.3-2.diff.gz
  to pool/main/f/firestarter/firestarter_1.0.3-2.diff.gz
firestarter_1.0.3-2.dsc
  to pool/main/f/firestarter/firestarter_1.0.3-2.dsc
firestarter_1.0.3-2_i386.deb
  to pool/main/f/firestarter/firestarter_1.0.3-2_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Yann Verley <[EMAIL PROTECTED]> (supplier of updated firestarter package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Tue, 13 Feb 2007 23:30:42 +0100
Source: firestarter
Binary: firestarter
Architecture: source i386
Version: 1.0.3-2
Distribution: unstable
Urgency: low
Maintainer: [EMAIL PROTECTED]
Changed-By: Yann Verley <[EMAIL PROTECTED]>
Description: 
 firestarter - gtk program for managing and observing your firewall
Closes: 254971 286666 295336 300143 303973 314286 338550 375189 384447 399752 
405672 405674 407331
Changes: 
 firestarter (1.0.3-2) unstable; urgency=low
 .
   * Fix postrm script on purge (closes: #303973, #338550, #375189)
   * Fix preinst script (closes: #300143, #314286)
   * Update non-routables file (closes: #407331)
   * Update swedish translation. Thanks Daniel Nylander (closes: #384447)
   * Apply transparent icon patch from Ubuntu (closes: #295336)
   * Add a suggest on dhcp3-server and apply patches for dhcp from Ubuntu
     (closes: #399752, #405674)
   * Use dh_installinit --no-start instead of dh_installinit and fix postinst
     script in order to have "an atomic upgrade" (closes: #286666, #405672)
   * Don't fail on upgrade when firewalled interface has changed (closes: 
#254971)
Files: 
 1a01204b8dda1829ace6dadcd2cf5aac 732 admin optional firestarter_1.0.3-2.dsc
 6a42ddb73a39a6eab33a6a98b371d25f 52714 admin optional 
firestarter_1.0.3-2.diff.gz
 02f5f5f6e06e9a35333dfa5c8a04360e 405082 admin optional 
firestarter_1.0.3-2_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iEYEARECAAYFAkXvSs4ACgkQIzuKV+SHX/mB5wCeNUwEx9cXoiz7UVbEDDoJ5zZZ
5/EAniK7byT3VvmRq4u3c9tb12BKfB8z
=PWSk
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to