Your message dated Sun, 02 Oct 2005 03:02:08 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#327031: fixed in sysvinit 2.86.ds1-4
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)

--------------------------------------
Received: (at submit) by bugs.debian.org; 7 Sep 2005 07:12:38 +0000
>From [EMAIL PROTECTED] Wed Sep 07 00:12:38 2005
Return-path: <[EMAIL PROTECTED]>
Received: from 216.red-62-57-140.user.auna.net (khazad.dyndns.org) 
[62.57.140.216] 
        by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
        id 1ECu6o-0007TA-00; Wed, 07 Sep 2005 00:12:38 -0700
Received: from rmh by khazad.dyndns.org with local (Exim 4.52)
        id 1ECu85-0008FU-SQ; Wed, 07 Sep 2005 09:13:57 +0200
Content-Type: multipart/mixed; boundary="===============0667239157=="
MIME-Version: 1.0
From: Robert Millan <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: ifdown routine only works on Linux
X-Mailer: reportbug 3.16
Date: Wed, 07 Sep 2005 09:13:57 +0200
Message-Id: <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02

This is a multi-part MIME message sent by reportbug.

--===============0667239157==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Package: sysvinit
Version: 2.86.ds1-1.1
Severity: normal
Tags: patch

The ifdown() routine in src/ifdown.c (called by halt or reboot when passed -i
flag) produces weird output on GNU/kFreeBSD (prints uninitialised strings).
 
Since this feature is not very useful, because netbase already shuts down
interfaces, I haven't bothered to port it.  Here's a patch that turns ifdown()
into a dummy stub for non-Linux systems.
 
Please note that we still need the -i command-line flags since other scritps
seem to rely on them, though.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.11-1-k7
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ANSI_X3.4-1968) (ignored: LC_ALL 
set to C)

Versions of packages sysvinit depends on:
ii  coreutils                   5.2.1-2      The GNU core utilities
ii  initscripts                 2.86.ds1-1.1 Standard scripts needed for bootin
ii  libc6                       2.3.5-4      GNU C Library: Shared libraries an
ii  sysv-rc                     2.86.ds1-1.1 Standard boot mechanism using syml

sysvinit recommends no packages.

-- no debconf information

--===============0667239157==
Content-Type: text/x-c; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="ifdown.diff"

diff -ur sysvinit-2.86.ds1/src/ifdown.c sysvinit-2.86.ds1.new/src/ifdown.c
--- sysvinit-2.86.ds1/src/ifdown.c      1998-06-02 22:41:47.000000000 +0200
+++ sysvinit-2.86.ds1.new/src/ifdown.c  2005-09-06 14:50:21.000000000 +0200
@@ -29,6 +29,7 @@
  */
 int ifdown(void)
 {
+#ifdef __linux__
        struct ifreq ifr[MAX_IFS];
        struct ifconf ifc;
        int i, fd;
@@ -69,6 +70,7 @@
                }
        }
        close(fd);
+#endif  /* __linux__ */
 
        return 0;
 }

--===============0667239157==--

---------------------------------------
Received: (at 327031-close) by bugs.debian.org; 2 Oct 2005 10:08:02 +0000
>From [EMAIL PROTECTED] Sun Oct 02 03:08:02 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
        id 1EM0fY-0007s5-00; Sun, 02 Oct 2005 03:02:08 -0700
From: Petter Reinholdtsen <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#327031: fixed in sysvinit 2.86.ds1-4
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Sun, 02 Oct 2005 03:02:08 -0700
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-CrossAssassin-Score: 3

Source: sysvinit
Source-Version: 2.86.ds1-4

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

initscripts_2.86.ds1-4_i386.deb
  to pool/main/s/sysvinit/initscripts_2.86.ds1-4_i386.deb
sysv-rc_2.86.ds1-4_all.deb
  to pool/main/s/sysvinit/sysv-rc_2.86.ds1-4_all.deb
sysvinit_2.86.ds1-4.diff.gz
  to pool/main/s/sysvinit/sysvinit_2.86.ds1-4.diff.gz
sysvinit_2.86.ds1-4.dsc
  to pool/main/s/sysvinit/sysvinit_2.86.ds1-4.dsc
sysvinit_2.86.ds1-4_i386.deb
  to pool/main/s/sysvinit/sysvinit_2.86.ds1-4_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.
Petter Reinholdtsen <[EMAIL PROTECTED]> (supplier of updated sysvinit 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: Sun,  2 Oct 2005 11:44:07 +0200
Source: sysvinit
Binary: sysv-rc sysvinit initscripts
Architecture: source i386 all
Version: 2.86.ds1-4
Distribution: unstable
Urgency: low
Maintainer: sysvinit maintainers <[EMAIL PROTECTED]>
Changed-By: Petter Reinholdtsen <[EMAIL PROTECTED]>
Description: 
 initscripts - Standard scripts needed for booting and shutting down
 sysv-rc    - Standard boot mechanism using symlinks in /etc/rc?.d
 sysvinit   - System-V like init
Closes: 164471 243154 327031 327865
Changes: 
 sysvinit (2.86.ds1-4) unstable; urgency=low
 .
   [Petter Reinholdtsen]
   * Add '#! /bin/sh' to the init.d scripts missing those.
   * Improve boot message for init.d/bootlogd.
   * Make sure init.d/checkroot.sh only print status of swap mounting
     when VERBOSE!=no.  Improve boot message for this case.
   * Improve usage message of update-rc.d.  Uncredited patch from Ubuntu.
   * Set [EMAIL PROTECTED] as the package
     maintainer, and move Miquel van Smoorenburg into the uploaders list.
   * Get bootlogd working, by fixing the exit code patch.  (Closes: #327865)
   * Get ifdown working on kFreeBSD. (Closes: #327031)
   * Quiet down update-rc.d by removing unnecessary warning.  Patch
     by Thomas Hood. (Closes: #164471)
   * Improve update-rc.d(8) manual page. (Closes: #243154)
   * Fix typo in pidof(8) manual page.
   * Update FSF address in copyright files.
Files: 
 45c5e475f39b9efc35986354abb56455 810 admin required sysvinit_2.86.ds1-4.dsc
 2920dbd14ea9cd5b540edcda0d57bc65 91108 admin required 
sysvinit_2.86.ds1-4.diff.gz
 fcf366df1e75ce9d4b8c5190aad12a9a 101182 admin required 
sysvinit_2.86.ds1-4_i386.deb
 708f9b212ed1787b31c9c4ba5e0654a8 36280 admin required 
initscripts_2.86.ds1-4_i386.deb
 f1790aeb669db38b92b6337bb4c59901 38948 admin required 
sysv-rc_2.86.ds1-4_all.deb

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

iD8DBQFDP61220zMSyow1ykRAmgIAKDlYr1VsOvRgTsQqB/uojyOGanFegCeNgwV
xjJP/wfyAr7Br9Vjnc1E/10=
=J0Vz
-----END PGP SIGNATURE-----


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

Reply via email to