Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Feb 2003 16:00:28 -0800 (PST)
From:      Ceri Davies <ceri@FreeBSD.org>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/40966: Update: net/ddup (3.0.1)
Message-ID:  <200302200000.h1K00SBH027685@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/40966; it has been noted by GNATS.

From: Ceri Davies <ceri@FreeBSD.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:  
Subject: Re: ports/40966: Update: net/ddup (3.0.1)
Date: Wed, 19 Feb 2003 23:50:26 +0000

 Adding to audit trail from pending/48452:
 
 Message-Id: <20030219093423.GB30469@gits.dyndns.org>
 Date: Wed, 19 Feb 2003 10:34:23 +0100
 From: Cyrille Lefevre <cyrille.lefevre@laposte.net>
 To: Christian Lackas <delta@lackas.net>
 Cc: FreeBSD-gnats-submit@FreeBSD.org
 
  On Tue, Feb 18, 2003 at 05:41:07PM +0100, Christian Lackas wrote:
  >=20
  > >Submitter-Id:	current-users
  > >Originator:	Christian Lackas
  > >Organization:	Research Center Juelich
  > >Confidential:	no
  > >Synopsis:	net/ddup: default system=3Ddyndns (Update to pr ports/40966)
  > >Fix:
  >=20
  > 	Apply the appended patch to files/patch-update.c to set the default
  > 	system to =BBdynamic=AB.
  >=20
  > --- files/patch-update.c.orig	Tue Feb 18 17:10:11 2003
  > +++ files/patch-update.c	Tue Feb 18 17:11:09 2003
  > @@ -17,10 +17,10 @@
  >  -  else
  >  -    strcat(buf_out, "dyn");
  >  +    strcat(buf_out, "statdns");
  > -+  else if (dynamic_flag)
  > -+    strcat(buf_out, "dyndns");
  >  +  else if (custom_flag)
  >  +    strcat(buf_out, "custom");
  > ++  else=20
  > ++    strcat(buf_out, "dyndns");
  >  =20
  >  -  strcat(buf_out, "dns&hostname=3D");
  >  +
  
  approved, thanks.
  
  Cyrille.
  --=20
  Cyrille Lefevre                 mailto:cyrille.lefevre@laposte.net
 

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200302200000.h1K00SBH027685>