summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-dns/noip-updater/files/noip-2.1.1.patch')
-rw-r--r--net-dns/noip-updater/files/noip-2.1.1.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/net-dns/noip-updater/files/noip-2.1.1.patch b/net-dns/noip-updater/files/noip-2.1.1.patch
new file mode 100644
index 000000000000..8d92c1f1c47f
--- /dev/null
+++ b/net-dns/noip-updater/files/noip-2.1.1.patch
@@ -0,0 +1,16 @@
+--- noip2.c.orig 2004-04-18 09:07:29.113079040 +0930
++++ noip2.c 2004-04-18 09:07:49.704948600 +0930
+@@ -191,10 +191,10 @@
+ #define HOST 1
+ #define GROUP 2
+ #ifndef PREFIX
+- #define PREFIX "/usr/local"
++ #define PREFIX "/usr/"
+ #endif
+-#define CONFIG_FILEPATH PREFIX"/etc"
+-#define CONFIG_FILENAME PREFIX"/etc/no-ip2.conf"
++#define CONFIG_FILEPATH "/etc"
++#define CONFIG_FILENAME "/etc/no-ip2.conf"
+ #define CONFSTRLEN 1024
+ #define MAX_DEVLEN 16
+ #define MAX_INSTANCE 4