Your message dated Mon, 06 Jun 2005 19:32:21 -0400
with message-id <[EMAIL PROTECTED]>
and subject line Bug#302656: fixed in udhcp 0.9.8cvs20050124-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; 2 Apr 2005 08:03:34 +0000
>From [EMAIL PROTECTED] Sat Apr 02 00:03:34 2005
Return-path: <[EMAIL PROTECTED]>
Received: from gluck.debian.org [192.25.206.10]
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1DHdbS-0006rP-00; Sat, 02 Apr 2005 00:03:34 -0800
Received: from post-24.mail.nl.demon.net [194.159.73.194]
by gluck.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1DHdbR-0003M5-00; Sat, 02 Apr 2005 01:03:33 -0700
Received: from aglu.demon.nl ([83.160.174.170]:4022 helo=localhost)
by post-24.mail.nl.demon.net with esmtp (Exim 4.43)
id 1DHdbQ-0009hZ-Bk
for [EMAIL PROTECTED]; Sat, 02 Apr 2005 08:03:32 +0000
Received: by localhost (Postfix, from userid 1001)
id B2E7E10E61A; Sat, 2 Apr 2005 10:04:17 +0200 (CEST)
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Thomas Hood <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: Simplification of proxy scripts
X-Mailer: reportbug 3.8
Date: Sat, 02 Apr 2005 10:04:17 +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-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: udhcpc
Version: 0.9.8cvs20050124-3
Severity: wishlist
Tags: patch
The proxy scripts can be simplified somewhat because the text sent to
resolvconf is the same as the text stored in /etc/resolv.conf when
resolvconf is not installed. Here is default.bound, for example.
I attach a patch.
#!/bin/sh
# Sample udhcpc bound script
RESOLV_CONF="/etc/resolv.conf"
[ -n "$broadcast" ] && BROADCAST="broadcast $broadcast"
[ -n "$subnet" ] && NETMASK="netmask $subnet"
/sbin/ifconfig $interface $ip $BROADCAST $NETMASK
if [ -n "$router" ]
then
echo "deleting routers"
while /sbin/route del default gw 0.0.0.0 dev $interface
do :
done
for i in $router
do
/sbin/route add default gw $i dev $interface
done
fi
# Update resolver configuration file
R=""
[ -n "$domain" ] && R="domain $domain
"
for i in $dns
do
echo adding dns $i
R="${R}nameserver $i
"
done
if [ -x /sbin/resolvconf ] ; then
echo -n "$R" | resolvconf -a "${interface}.udhcpc"
else
echo -n "$R" > "$RESOLV_CONF"
fi
-- System Information:
Debian Release: 3.1
APT prefers testing
APT policy: (500, 'testing'), (50, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.11
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
Versions of packages udhcpc depends on:
ii libc6 2.3.2.ds1-20 GNU C Library: Shared libraries an
-- no debconf information
---------------------------------------
Received: (at 302656-close) by bugs.debian.org; 6 Jun 2005 23:39:10 +0000
>From [EMAIL PROTECTED] Mon Jun 06 16:39:10 2005
Return-path: <[EMAIL PROTECTED]>
Received: from newraff.debian.org [208.185.25.31] (mail)
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1DfRBW-0003Oo-00; Mon, 06 Jun 2005 16:39:10 -0700
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
id 1DfR4v-0001yR-00; Mon, 06 Jun 2005 19:32:21 -0400
From: Eric Van Buggenhaut <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#302656: fixed in udhcp 0.9.8cvs20050124-4
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Mon, 06 Jun 2005 19:32:21 -0400
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=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level:
Source: udhcp
Source-Version: 0.9.8cvs20050124-4
We believe that the bug you reported is fixed in the latest version of
udhcp, which is due to be installed in the Debian FTP archive:
udhcp_0.9.8cvs20050124-4.diff.gz
to pool/main/u/udhcp/udhcp_0.9.8cvs20050124-4.diff.gz
udhcp_0.9.8cvs20050124-4.dsc
to pool/main/u/udhcp/udhcp_0.9.8cvs20050124-4.dsc
udhcpc_0.9.8cvs20050124-4_i386.deb
to pool/main/u/udhcp/udhcpc_0.9.8cvs20050124-4_i386.deb
udhcpd_0.9.8cvs20050124-4_i386.deb
to pool/main/u/udhcp/udhcpd_0.9.8cvs20050124-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.
Eric Van Buggenhaut <[EMAIL PROTECTED]> (supplier of updated udhcp 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: Sat, 2 Apr 2005 21:22:05 +0200
Source: udhcp
Binary: udhcpd udhcpc
Architecture: source i386
Version: 0.9.8cvs20050124-4
Distribution: unstable
Urgency: low
Maintainer: Eric Van Buggenhaut <[EMAIL PROTECTED]>
Changed-By: Eric Van Buggenhaut <[EMAIL PROTECTED]>
Description:
udhcpc - very small DHCP client
udhcpd - very small DHCP server
Closes: 302656
Changes:
udhcp (0.9.8cvs20050124-4) unstable; urgency=low
.
* Simplify default.bound and default.renew (closes: #302656)
Files:
343f2c307beb3cea0dbba703c53f343e 565 net optional udhcp_0.9.8cvs20050124-4.dsc
01325aa9955b7afba3024f9b0a1045a4 14605 net optional
udhcp_0.9.8cvs20050124-4.diff.gz
30c472bc8533fc85b67a5ccbc275f694 22348 net optional
udhcpc_0.9.8cvs20050124-4_i386.deb
c1a1e0e3b7b672e2fab3803e2bf2ee2e 24414 net optional
udhcpd_0.9.8cvs20050124-4_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
iD8DBQFCpNvu4VLuWbCehTARAtx8AJwLnUU3MbV7XcZteZe/7T2UjcP8VACdF9Ay
/TsaQLG/ZcW5am2tehp7keg=
=3HXa
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]