From 93dc225c4d5571c14bb77d57cc44443b71e16404 Mon Sep 17 00:00:00 2001 From: Sergei Kolobov Date: Thu, 18 Dec 2003 13:59:48 +0000 Subject: Add updatedd 1.8, dynamic DNS Update Client supporting multiple services. Updatedd is a client to update dynamic dns settings. With the use of the pppd ip-up script it can update these settings automatically for you. Updatedd does not run as a daemon. It is divided into one main program and one plugin for each supported service. The plugins are dynamic libraries which are loaded by the main program. So it is possible to remove support for services you don't need. Supported Services: ods.org, dyndns.org, ovh.net, no-ip.org, hn.org Author: Philipp Benner WWW: http://pb.gotdns.org/ PR: 59907 Submitted by: geniusj@ods.org --- dns/updatedd/files/patch-updatedd.c | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 dns/updatedd/files/patch-updatedd.c (limited to 'dns/updatedd/files/patch-updatedd.c') diff --git a/dns/updatedd/files/patch-updatedd.c b/dns/updatedd/files/patch-updatedd.c new file mode 100644 index 000000000000..0bfe9b3f1bac --- /dev/null +++ b/dns/updatedd/files/patch-updatedd.c @@ -0,0 +1,15 @@ +--- src.bak/updatedd.c Tue Dec 2 15:50:39 2003 ++++ src/updatedd.c Tue Dec 2 15:50:58 2003 +@@ -33,11 +33,7 @@ + #define MAXLIBS 10 + #define MAXDATA 256 + +-#ifndef __linux__ +-# define LIB_FUNC "_dyndns" +-#else +-# define LIB_FUNC "dyndns" +-#endif ++#define LIB_FUNC "dyndns" + + typedef void (*fptr)(int, char**); + -- cgit v1.2.3