diff options
author | 2002-12-16 05:38:20 +0000 | |
---|---|---|
committer | 2002-12-16 05:38:20 +0000 | |
commit | 78c807d83dc4de81990d49d2b1039b1d62f83109 (patch) | |
tree | 1031b25344c7fd5ecfc704b948b21109e7e41023 /net-dns/noip-updater/files/noip.c.patch | |
parent | update with patches; multi version/arch scheme updates (diff) | |
download | gentoo-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.patch | 6 |
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" |