Your message dated Mon, 08 Aug 2005 03:32:22 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#302779: fixed in netenv 0.94.3-14
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; 2 Apr 2005 20:57:08 +0000
>From [EMAIL PROTECTED] Sat Apr 02 12:57:08 2005
Return-path: <[EMAIL PROTECTED]>
Received: from vinc17.net4.nerim.net (ay.vinc17.org) [62.212.121.106] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1DHpg3-0001RG-00; Sat, 02 Apr 2005 12:57:08 -0800
Received: from lefevre by ay.vinc17.org with local (Exim 4.50)
        id 1DHpg1-00065Q-Uo; Sat, 02 Apr 2005 22:57:06 +0200
Date: Sat, 2 Apr 2005 22:57:05 +0200
From: Vincent Lefevre <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: netenv: missing redirection of stderr to /dev/null
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
X-Reportbug-Version: 3.8
X-Mailer-Info: http://www.vinc17.org/mutt/
User-Agent: Mutt/1.5.9-vl-20050401i
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-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

Package: netenv
Version: 0.94.3-12
Severity: minor

To avoid an error message on the terminal, I suggest the following patch:

--- /sbin/netenv        2005-02-21 10:54:00.000000000 +0100
+++ netenv      2005-04-02 22:41:42.235334520 +0200
@@ -342,7 +342,7 @@
    # The ls gives a list of files starting with the current node name,
    # excluding emacs backup files. The list starts with the default
    # and ends with ask.
-   for i in `ls $NETENV_BASE/$NODE $NETENV_BASE/$NODE-*[0-9a-zA-Z]`
+   for i in `ls $NETENV_BASE/$NODE $NETENV_BASE/$NODE-*[0-9a-zA-Z] 2>/dev/null`
    do
       netenv_id="unknown"
       eval `grep netenv_id $i`

BTW, I wonder if using ls is a good idea. I'd rather write:

   for i in $NETENV_BASE/$NODE $NETENV_BASE/$NODE-*[0-9a-zA-Z]
   do
     if [ -e "$i" ]; then
...

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (900, 'testing'), (200, 'unstable')
Architecture: powerpc (ppc)
Kernel: Linux 2.6.9-powerpc
Locale: LANG=POSIX, LC_CTYPE=en_US.ISO8859-1 (charmap=ISO-8859-1)

Versions of packages netenv depends on:
ii  coreutils                 5.2.1-2        The GNU core utilities
ii  debconf                   1.4.30.11      Debian configuration management sy
ii  dialog                    1.0-20050306-1 Displays user-friendly dialog boxe

-- debconf information excluded

---------------------------------------
Received: (at 302779-close) by bugs.debian.org; 8 Aug 2005 10:40:13 +0000
>From [EMAIL PROTECTED] Mon Aug 08 03:40:13 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
        id 1E24ve-0006C1-00; Mon, 08 Aug 2005 03:32:22 -0700
From: =?utf-8?q?Frank_K=C3=BCster?= <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#302779: fixed in netenv 0.94.3-14
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Mon, 08 Aug 2005 03:32:22 -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

Source: netenv
Source-Version: 0.94.3-14

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

netenv_0.94.3-14.diff.gz
  to pool/main/n/netenv/netenv_0.94.3-14.diff.gz
netenv_0.94.3-14.dsc
  to pool/main/n/netenv/netenv_0.94.3-14.dsc
netenv_0.94.3-14_all.deb
  to pool/main/n/netenv/netenv_0.94.3-14_all.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.
Frank Küster <[EMAIL PROTECTED]> (supplier of updated netenv 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: Mon,  8 Aug 2005 10:03:16 +0200
Source: netenv
Binary: netenv
Architecture: source all
Version: 0.94.3-14
Distribution: unstable
Urgency: low
Maintainer: Frank Küster <[EMAIL PROTECTED]>
Changed-By: Frank Küster <[EMAIL PROTECTED]>
Description: 
 netenv     - Configure your system for different network environments
Closes: 302779 321859
Changes: 
 netenv (0.94.3-14) unstable; urgency=low
 .
   * Bug fix: "netenv: man1 listed but not used", thanks to Dan Jacobson
     (Closes: #321859).
   * Bug fix: "netenv: missing redirection of stderr to /dev/null", thanks
     to Vincent Lefevre (Closes: #302779).
Files: 
 4137ecd977bb5bbf0c57328ac6fb97fc 572 admin extra netenv_0.94.3-14.dsc
 520ef000926d194ac83a81074caf92fc 44097 admin extra netenv_0.94.3-14.diff.gz
 d106a72d720acd11abf589fdbf0a3365 70940 admin extra netenv_0.94.3-14_all.deb

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

iD4DBQFC9ytd+xs9YyJS+hoRAo9uAJwIx3sSmT7lPRbRFt+kXvuH4GiYqgCY4rGL
3Wsv1uFVzkvfQXH2FpN7LQ==
=M7O1
-----END PGP SIGNATURE-----


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

Reply via email to