summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-12-16 05:38:20 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-12-16 05:38:20 +0000
commit78c807d83dc4de81990d49d2b1039b1d62f83109 (patch)
tree1031b25344c7fd5ecfc704b948b21109e7e41023 /net-dns/noip-updater/files/noip.c.patch
parentupdate with patches; multi version/arch scheme updates (diff)
downloadgentoo-2-78c807d83dc4de81990d49d2b1039b1d62f83109.tar.gz
gentoo-2-78c807d83dc4de81990d49d2b1039b1d62f83109.tar.bz2
gentoo-2-78c807d83dc4de81990d49d2b1039b1d62f83109.zip
new ip updater for noip.com
Diffstat (limited to 'net-dns/noip-updater/files/noip.c.patch')
-rw-r--r--net-dns/noip-updater/files/noip.c.patch6
1 files changed, 6 insertions, 0 deletions
diff --git a/net-dns/noip-updater/files/noip.c.patch b/net-dns/noip-updater/files/noip.c.patch
new file mode 100644
index 000000000000..b20f55ccea62
--- /dev/null
+++ b/net-dns/noip-updater/files/noip.c.patch
@@ -0,0 +1,6 @@
+98,99c98,99
+< #define CONFIG_FILENAME "/usr/local/lib/no-ip.conf"
+< #define CONFIG_FILENAME_ETC "/usr/local/etc/no-ip.conf"
+---
+> #define CONFIG_FILENAME "/usr/lib/no-ip.conf"
+> #define CONFIG_FILENAME_ETC "/etc/no-ip.conf"