diff options
author | Raúl Porcel <armin76@gentoo.org> | 2008-01-21 19:15:11 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2008-01-21 19:15:11 +0000 |
commit | e0b9d26299feb17df964587d6fea77b5b4355a94 (patch) | |
tree | 06b0a123878511da3b47b9684da0e0b449a1f79d /net-dns/odsclient/files | |
parent | Initial commit. (diff) | |
download | gentoo-2-e0b9d26299feb17df964587d6fea77b5b4355a94.tar.gz gentoo-2-e0b9d26299feb17df964587d6fea77b5b4355a94.tar.bz2 gentoo-2-e0b9d26299feb17df964587d6fea77b5b4355a94.zip |
Version bump
(Portage version: 2.1.4)
Diffstat (limited to 'net-dns/odsclient/files')
-rw-r--r-- | net-dns/odsclient/files/1.03-gentoo.patch | 21 | ||||
-rw-r--r-- | net-dns/odsclient/files/digest-odsclient-1.03 | 3 |
2 files changed, 24 insertions, 0 deletions
diff --git a/net-dns/odsclient/files/1.03-gentoo.patch b/net-dns/odsclient/files/1.03-gentoo.patch new file mode 100644 index 000000000000..2d2c9ea291b2 --- /dev/null +++ b/net-dns/odsclient/files/1.03-gentoo.patch @@ -0,0 +1,21 @@ +--- client.c.orig 2008-01-21 19:59:57.000000000 +0100 ++++ client.c 2008-01-21 20:06:39.000000000 +0100 +@@ -40,7 +40,8 @@ + ret = getret(s); + if(ret == 795 || ret == 796) + { +- fprintf(stderr, "Updated successfully\n"); ++ fprintf(stderr, "Updated %s to %s successfully\n", ++ argv[3], ipaddress); + mydprintf(s, "QUIT\n"); + close(s); + exit(0); +@@ -50,7 +51,7 @@ + + } + } +- fprintf(stderr, "Unable to update host\n"); ++ fprintf(stderr, "Unable to update %s\n", argv[3]); + return 1; + } + diff --git a/net-dns/odsclient/files/digest-odsclient-1.03 b/net-dns/odsclient/files/digest-odsclient-1.03 new file mode 100644 index 000000000000..e8f54cd851bd --- /dev/null +++ b/net-dns/odsclient/files/digest-odsclient-1.03 @@ -0,0 +1,3 @@ +MD5 f4d5502b7d8799fc6555d7d98ef6b964 odsclient-1.03.tar.gz 4263 +RMD160 d12002da73850ab5ccb21bef40c25ab2b823f723 odsclient-1.03.tar.gz 4263 +SHA256 4c55c88e2aebce736f2a85fb750da0292d047bfc3bd7a042535cbd9545ecc384 odsclient-1.03.tar.gz 4263 |