Your message dated Sat, 08 Feb 2014 23:19:22 +0000
with message-id <[email protected]>
and subject line Bug#736479: fixed in insserv 1.16.0-1
has caused the Debian Bug report #736479,
regarding insserv code missing brackets for a conditional statement
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
736479: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=736479
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: insserv
Version: 1.14.0-2

While troubleshooting an issue we were having with  installing some init.d 
scripts, we downloaded the source code to insserv and were looking at 
differences between the SuSU and Debian code.

the SuSE section reads:
                                    if (serv && (serv->attr.flags & 
SERV_ALREADY)) {
                                                xremove(dfd, d->d_name);
                                                if (--serv->attr.ref <= 0)
                                                    serv->attr.flags &= 
~SERV_ENABLED;
                                    }

And the Debian section reads:
                                    if (serv && (serv->attr.flags & 
SERV_ALREADY))
                                                xremove(dfd, d->d_name);
                                                if (--serv->attr.ref <= 0)
                                                    serv->attr.flags &= 
~SERV_ENABLED;

It seems that the highlighted lines should be part of the condition and that 
the braces were mistakenly deleted.

I am using Debian 6.0.7 (/etc/debian_version) with kernel version 2.6.32-48.


Thanks,
Howard Finer
Sonus Inc.


--- End Message ---
--- Begin Message ---
Source: insserv
Source-Version: 1.16.0-1

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

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.
Petter Reinholdtsen <[email protected]> (supplier of updated insserv 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.8
Date: Sat, 08 Feb 2014 23:52:57 +0100
Source: insserv
Binary: insserv
Architecture: source amd64
Version: 1.16.0-1
Distribution: experimental
Urgency: low
Maintainer: Debian sysvinit maintainers 
<[email protected]>
Changed-By: Petter Reinholdtsen <[email protected]>
Description: 
 insserv    - boot sequence organizer using LSB init.d script dependency inform
Closes: 736479
Changes: 
 insserv (1.16.0-1) experimental; urgency=low
 .
   * New upstream version.
     - Add systemd support.
     - Do not warn about missing LSB headers if override file exist.
     - Keep .depend.* makefiles sorted and drop redundant dependencies.
   * Drop patches 30_interactive_regexp_match_fix.patch and
     100_show.patch applied upstream.
   * New patch 180_default_runlevels.patch fixing bug in the NONSUSE
     handling of scripts without LSB headers.
   * New patch 190_disable_debug_output.patch to disable some unwanted
     debug output.
   * Add build dependency on libdbus-1-dev for systemd support.
   * Move package into group maintenance by the pkg-sysvinit alioth group.
   * Add Roger Leigh and Henrique de Moraes Holschuh as uploaders.
   * Fix code bug by adding new patch 170_if-scope.patch (Closes: #736479).
     Patch based on suggestion from Howard Finer.
   * Update upstream URL in debian/copyright to
     http://savannah.nongnu.org/projects/sysvinit .
Checksums-Sha1: 
 32a73e15d04c54ab02a66a7fd8419c0f82b111d5 1451 insserv_1.16.0-1.dsc
 4fe4dfa25dd1bf0fbe8fbbffbbd502c618a4bf79 53555 insserv_1.16.0.orig.tar.bz2
 4ef9650c793a691f64be319d409bce7605b920ac 48256 insserv_1.16.0-1.debian.tar.xz
 68965029cc655870db4033f0fdf5b508db92043d 65952 insserv_1.16.0-1_amd64.deb
Checksums-Sha256: 
 910c83816a3742c0fbff9003c313d029cff0c8326520428b2e199440c5e486ca 1451 
insserv_1.16.0-1.dsc
 6d7dab140b41519d2743d68986fb0bfd75e1686393f3c2ed6390d46d041276bf 53555 
insserv_1.16.0.orig.tar.bz2
 2a07206f986f5dde95e60942c07db35f115d5c68b886a0c9f86a42f38c25c941 48256 
insserv_1.16.0-1.debian.tar.xz
 94ef51abbae8fe15e36d3ff69acee1dbe53443dd79fb56026df5efe8a0c0ee4e 65952 
insserv_1.16.0-1_amd64.deb
Files: 
 ac57c73ee7cf7e8c305c30a01ab253ba 1451 misc optional insserv_1.16.0-1.dsc
 ef98cbf926c875de0560c671bd9b7cc6 53555 misc optional 
insserv_1.16.0.orig.tar.bz2
 57eb8fa375508cc37846fb5ccdfe9ac2 48256 misc optional 
insserv_1.16.0-1.debian.tar.xz
 50e83c0ac736091fd6aea1909de654bf 65952 misc optional insserv_1.16.0-1_amd64.deb

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

iD8DBQFS9raQ20zMSyow1ykRArXQAKC/oTDsXiRxhfoa/LfJmxw5aHVWVwCglG3a
NZIakcI0bRhmqehWb/7wvzA=
=LifL
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to