diff options
author | krion <krion@FreeBSD.org> | 2004-01-30 08:40:37 +0000 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-01-30 08:40:37 +0000 |
commit | c7ea65bace43dd21d720e9a3cc6c06d0092dbe20 (patch) | |
tree | 1d87fd8ff5557bff9c17d679bc655a7591151e54 /dns/noip/files | |
parent | 6fdb53e8562f92cfb4251876d6362bb185300e00 (diff) | |
download | FreeBSD-ports-c7ea65bace43dd21d720e9a3cc6c06d0092dbe20.zip FreeBSD-ports-c7ea65bace43dd21d720e9a3cc6c06d0092dbe20.tar.gz |
- Update to version 2.1.1
PR: ports/62081
Submitted by: maintainer
Diffstat (limited to 'dns/noip/files')
-rw-r--r-- | dns/noip/files/patch-noip2.c | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/dns/noip/files/patch-noip2.c b/dns/noip/files/patch-noip2.c index d96af6a..fa545ba 100644 --- a/dns/noip/files/patch-noip2.c +++ b/dns/noip/files/patch-noip2.c @@ -1,15 +1,15 @@ ---- noip2.c.orig Fri Jan 2 18:14:09 2004 -+++ noip2.c Thu Jan 8 14:45:57 2004 -@@ -153,7 +153,7 @@ +--- noip2.c.orig Fri Jan 9 06:18:39 2004 ++++ noip2.c Thu Jan 29 12:45:11 2004 +@@ -156,7 +156,7 @@ #define CLIENT_IP_PORT 8245 - #define VERSION "2.1" + #define VERSION "2.1.1" -#define USER_AGENT "User-Agent: Linux-DUC/"VERSION +#define USER_AGENT "User-Agent: FreeBSD-DUC/"VERSION #define SETTING_SCRIPT "settings.php?" #define USTRNG "username=" #define PWDSTRNG "&pass=" -@@ -258,7 +258,7 @@ +@@ -264,7 +264,7 @@ #define CMSG21 "Please select the Internet interface from this list.\n" #define CMSG22 "By typing the number associated with it." #define CMSG23 "Too many network devices. Limit is %d" @@ -18,7 +18,7 @@ #define CMSG25 "Can't create config file (%s)" #define CMSG25a "Re-run noip, adding '-c configfilename' as a parameter." #define CMSG26 "Can't rename config file (%s)" -@@ -450,7 +450,7 @@ +@@ -466,7 +466,7 @@ fprintf(stderr, "[ -d][ -D pid]"); #endif fprintf(stderr, "[ -i addr][ -S][ -M][ -h]"); @@ -27,7 +27,7 @@ fprintf(stderr, "Options: -C create configuration data\n"); fprintf(stderr, " -F force NAT off\n"); fprintf(stderr, " -Y select all hosts/groups\n"); -@@ -1935,17 +1935,12 @@ +@@ -1984,17 +1984,12 @@ dq = devs; // point at name list for (ifa = ifap; ifa; ifa = ifa->ifa_next) { if (ifa->ifa_addr->sa_family == AF_LINK) { |