aboutsummaryrefslogtreecommitdiff
path: root/dns/noip/files
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-02-26 21:26:58 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-02-26 21:26:58 +0000
commitc5d48bda022b65451f4f5bba5ac4395fdeff0e70 (patch)
tree2caa9431338493403f7952cbc6ebd6b156a57df1 /dns/noip/files
parent986ca89b9c26c04aee72873b9f44f417f24ecabb (diff)
downloadports-c5d48bda022b65451f4f5bba5ac4395fdeff0e70.tar.gz
ports-c5d48bda022b65451f4f5bba5ac4395fdeff0e70.zip
Notes
Diffstat (limited to 'dns/noip/files')
-rw-r--r--dns/noip/files/patch-noip2.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/dns/noip/files/patch-noip2.c b/dns/noip/files/patch-noip2.c
index ebdc8f1e7270..f745e1aabb76 100644
--- a/dns/noip/files/patch-noip2.c
+++ b/dns/noip/files/patch-noip2.c
@@ -1,15 +1,15 @@
---- noip2.c.orig Fri Feb 24 16:45:23 2006
-+++ noip2.c Wed Oct 18 11:12:03 2006
-@@ -170,7 +170,7 @@
+--- noip2.c.orig Tue Feb 20 22:12:22 2007
++++ noip2.c Sun Feb 25 18:47:38 2007
+@@ -176,7 +176,7 @@
#define CLIENT_IP_PORT 8245
- #define VERSION "2.1.3"
+ #define VERSION "2.1.4"
-#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="
-@@ -278,7 +278,7 @@
+@@ -283,7 +283,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)"
-@@ -484,7 +484,7 @@
+@@ -490,7 +490,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");
-@@ -2040,17 +2040,12 @@
+@@ -2058,17 +2058,12 @@
dq = (unsigned char *)devs; // point at name list
for (ifa = ifap; ifa; ifa = ifa->ifa_next) {
if (ifa->ifa_addr->sa_family == AF_LINK) {