Your message dated Tue, 18 Oct 2005 14:47:05 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#127661: fixed in ddclient 3.6.2-5
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 maintonly) by bugs.debian.org; 3 Jan 2002 19:29:59 +0000
>From [EMAIL PROTECTED] Thu Jan 03 13:29:59 2002
Return-path: <[EMAIL PROTECTED]>
Received: from smtp3.libero.it [193.70.192.53] 
        by master.debian.org with esmtp (Exim 3.12 1 (Debian))
        id 16MDYt-0006hM-00; Thu, 03 Jan 2002 13:29:59 -0600
Received: from mosquito.nervous.bbs (151.28.10.169) by smtp3.libero.it (6.0.032)
        id 3BD43E2501A38CFA for [EMAIL PROTECTED]; Thu, 3 Jan 2002 20:29:36 
+0100
Received: by mosquito.nervous.bbs (Postfix, from userid 1000)
        id 7A547135; Thu,  3 Jan 2002 20:29:32 +0100 (CET)
From: NERvOus <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: ddclient: need to improve the sample-etc_ppp_ip-up.local file
X-Reportbug-Version: 1.41.1421
X-Mailer: reportbug 1.41.1421
Date: Thu, 03 Jan 2002 20:29:32 +0100
Message-Id: <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]

Package: ddclient
Version: 3.6.0-1
Severity: minor
Tags: patch


The sample-etc_ppp_ip-up.local example file in the
/usr/doc/ddclient/examples dir uses "-use=if" and expects the interface to
be passed to the script as $1.
This only happens if sample-etc_ppp_ip-up.local is called from inside
/etc/ppp/ip-up and not if it's invoked by run-parts /etc/ppp/ip-up.d in
which case the var name is $PPP_IFACE (as described in /etc/ppp/ip-up
itself).

sample-etc_ppp_ip-up.local works if the line

ddclient -daemon=0 -syslog -use=if -ip=$1 >/dev/null 2>&1

would be changed to:

ddclient -daemon=0 -syslog -use=ip -ip=$IP >/dev/null 2>&1

In this case the 

IP=
IP=${IP:-$PPP_LOCAL}
IP=${IP:-$IPLOCAL}
IP=${IP:-$4}

trick at the beginning of the script will set up $IP correctly in both 
situations.

Thanks in advance for your attention,

Regards.


-- System Information
Debian Release: 3.0
Architecture: i386
Kernel: Linux mosquito 2.4.17 #20 Sat Dec 22 15:33:13 CET 2001 i686
Locale: LANG=C, LC_CTYPE=C

Versions of packages ddclient depends on:
ii  debconf                       1.0.22     Debian configuration management sy
ii  perl [perl5]                  5.6.1-6    Larry Wall's Practical Extraction 


---------------------------------------
Received: (at 127661-close) by bugs.debian.org; 18 Oct 2005 21:48:13 +0000
>From [EMAIL PROTECTED] Tue Oct 18 14:48:13 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
        id 1ERzIX-0002u8-00; Tue, 18 Oct 2005 14:47:05 -0700
From: Torsten Landschoff <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#127661: fixed in ddclient 3.6.2-5
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Tue, 18 Oct 2005 14:47:05 -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: ddclient
Source-Version: 3.6.2-5

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

ddclient_3.6.2-5.diff.gz
  to pool/main/d/ddclient/ddclient_3.6.2-5.diff.gz
ddclient_3.6.2-5.dsc
  to pool/main/d/ddclient/ddclient_3.6.2-5.dsc
ddclient_3.6.2-5_all.deb
  to pool/main/d/ddclient/ddclient_3.6.2-5_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.
Torsten Landschoff <[EMAIL PROTECTED]> (supplier of updated ddclient 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, 18 Oct 2005 22:54:26 +0200
Source: ddclient
Binary: ddclient
Architecture: source all
Version: 3.6.2-5
Distribution: unstable
Urgency: low
Maintainer: Torsten Landschoff <[EMAIL PROTECTED]>
Changed-By: Torsten Landschoff <[EMAIL PROTECTED]>
Description: 
 ddclient   - Update dynamic IP address at DynDNS.org
Closes: 127661 129370 130113 138139 139081 157717 171614 280736 292703 314109
Changes: 
 ddclient (3.6.2-5) unstable; urgency=low
 .
   * ddclient (init_config): Added support for intervals passed via
     daemon option (daemon_interval.diff).
   * Changed default value of max-interval to 30d (closes: #129370).
     This should also fix the high CPU usage on old machines trying to
     update all the time (closes: #157717, #292703).
   * Fixed quoting of complicated passwords (closes: #138139, #280736).
   * Allow comments in the "if=" config line (closes: #171614).
   * Use $IP instead of $1 in sample ip-up script so it works from
     ip-up.d (closes: #127661).
   * Apply german translation fixes by Jens Seidel (closes: #314109).
   * Fix ddclient path in sample files (closes: #130113).
   * debian/control: Add Provides: dyndns-client (closes: #139081).
Files: 
 57a0f80ea3b49b1fbd852291697dd544 578 net extra ddclient_3.6.2-5.dsc
 4034ab85ec48ee4ea33ce3ecf33c29e1 24984 net extra ddclient_3.6.2-5.diff.gz
 9dbbee92173190845edc2048d1ae5efb 44234 net extra ddclient_3.6.2-5_all.deb

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

iD8DBQFDVWwZdQgHtVUb5EcRAmkFAJ9ul4e7d8VNyBt1Hmnp8686Ia9AWgCeIL8w
++75yWSXbAdKL9EeluVncQo=
=JQON
-----END PGP SIGNATURE-----


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

Reply via email to