diff options
author | 2004-04-18 00:03:16 +0000 | |
---|---|---|
committer | 2004-04-18 00:03:16 +0000 | |
commit | 08b8a7f037ffdd5104d70ab410bf6433523c0c57 (patch) | |
tree | 8867ecd36b88baa79994f1f808312bc8c6f7cb65 /net-dns/noip-updater/files | |
parent | Added ~sparc keyword. (diff) | |
download | historical-08b8a7f037ffdd5104d70ab410bf6433523c0c57.tar.gz historical-08b8a7f037ffdd5104d70ab410bf6433523c0c57.tar.bz2 historical-08b8a7f037ffdd5104d70ab410bf6433523c0c57.zip |
Version bump - thanks to Paulo Fidalgo <kanniball@zmail.pt> in bug #43153
Diffstat (limited to 'net-dns/noip-updater/files')
-rw-r--r-- | net-dns/noip-updater/files/digest-noip-updater-2.1.1 | 1 | ||||
-rw-r--r-- | net-dns/noip-updater/files/noip-2.1.1.patch | 16 |
2 files changed, 17 insertions, 0 deletions
diff --git a/net-dns/noip-updater/files/digest-noip-updater-2.1.1 b/net-dns/noip-updater/files/digest-noip-updater-2.1.1 new file mode 100644 index 000000000000..d30151dbab9f --- /dev/null +++ b/net-dns/noip-updater/files/digest-noip-updater-2.1.1 @@ -0,0 +1 @@ +MD5 2855ba62a8b5742a7e9d26f4e7c80b25 noip-2.1.1.tar.gz 71210 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 |