-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
52 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,10 @@ | ||
2016-03-14 Thorsten Kukuk <[email protected]> | ||
|
||
* release version 4.2.2 | ||
|
||
* lib/yp_all_host.c: Revert last change. | ||
* src/yppoll.c: Use callrpc instead of rpc_call. | ||
|
||
* release version 4.2.1 | ||
|
||
* configure.ac: Change order of tests. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,10 @@ Copyright (C) 1998-2016 Thorsten Kukuk | |
|
||
Please send bug reports, questions and suggestions to <[email protected]>. | ||
|
||
Version 4.2.2 | ||
* Revert removal of netdb.h | ||
* yppoll: Replace IPv4 only code with IPv6 functions | ||
|
||
Version 4.2.1 | ||
* Fix configure checks if sunrpc code in glibc is marked as deprecated | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
dnl Process this file with autoconf to produce a configure script. | ||
AC_INIT(yp-tools, 4.2.1, [email protected]) | ||
AC_INIT(yp-tools, 4.2.2, [email protected]) | ||
AM_INIT_AUTOMAKE | ||
AC_CONFIG_SRCDIR([src/ypcat.c]) | ||
AM_CONFIG_HEADER(config.h) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: yp-tools 2.5\n" | ||
"Report-Msgid-Bugs-To: [email protected]\n" | ||
"POT-Creation-Date: 2016-03-14 15:24+0100\n" | ||
"POT-Creation-Date: 2016-03-14 16:39+0100\n" | ||
"PO-Revision-Date: 2004-06-21 14:24+02:00\n" | ||
"Last-Translator: Thorsten Kukuk <[email protected]>\n" | ||
"Language-Team: No Language-Team in the moment\n" | ||
|
@@ -577,68 +577,68 @@ msgstr " -h Rechner Frag ypserv Proze | |
msgid "Domain not bound\n" | ||
msgstr "Kein Server für die Domain vorhanden" | ||
|
||
#: src/yppoll.c:232 | ||
#: src/yppoll.c:231 | ||
#, fuzzy, c-format | ||
msgid "Error getting NIS server (%i)\n" | ||
msgstr "Kann keinen NIS server finden" | ||
|
||
#: src/yppoll.c:240 | ||
#: src/yppoll.c:239 | ||
#, c-format | ||
msgid "Cannot contact %s, no NIS server running or wrong protocol?\n" | ||
msgstr "" | ||
|
||
# , c-format | ||
#: src/yppoll.c:258 | ||
#: src/yppoll.c:257 | ||
#, c-format | ||
msgid "Can't create connection to %s.\n" | ||
msgstr "Kann keine Verbindung zu %s aufbauen.\n" | ||
|
||
#: src/yppoll.c:260 src/ypset.c:150 src/ypset.c:192 | ||
#: src/yppoll.c:259 src/ypset.c:150 src/ypset.c:192 | ||
msgid "Reason" | ||
msgstr "Grund" | ||
|
||
# , c-format | ||
#: src/yppoll.c:266 | ||
#: src/yppoll.c:265 | ||
#, c-format | ||
msgid "Domain %s is not supported by %s.\n" | ||
msgstr "Domain \"%s\" wird von »%s« nicht unterstützt.\n" | ||
|
||
#: src/yppoll.c:295 | ||
#: src/yppoll.c:294 | ||
msgid "Can't get any map parameter information.\n" | ||
msgstr "Kann keine Map Informationen bekommen.\n" | ||
|
||
# , c-format | ||
#: src/yppoll.c:297 | ||
#: src/yppoll.c:296 | ||
#, c-format | ||
msgid "Domain %s is supported.\n" | ||
msgstr "Domain \"%s\" wird unterstützt.\n" | ||
|
||
# , c-format | ||
#: src/yppoll.c:301 | ||
#: src/yppoll.c:300 | ||
#, c-format | ||
msgid "Can't get order number for map %s.\n" | ||
msgstr "Kann Zeitstempel für Map %s nicht bekommen.\n" | ||
|
||
# , c-format | ||
#: src/yppoll.c:302 src/yppoll.c:316 | ||
#: src/yppoll.c:301 src/yppoll.c:315 | ||
#, c-format | ||
msgid "\tReason: %s\n" | ||
msgstr " Grund: %s\n" | ||
|
||
# , c-format | ||
#: src/yppoll.c:309 | ||
#: src/yppoll.c:308 | ||
#, c-format | ||
msgid "Map %s has order number %ld. [%s]\n" | ||
msgstr "Der Zeitstempel der Map »%s« ist %ld. [%s]\n" | ||
|
||
# , c-format | ||
#: src/yppoll.c:315 | ||
#: src/yppoll.c:314 | ||
#, c-format | ||
msgid "Can't get master for map %s.\n" | ||
msgstr "Kann Master Server der Map %s nicht bekommen.\n" | ||
|
||
# , c-format | ||
#: src/yppoll.c:319 | ||
#: src/yppoll.c:318 | ||
#, c-format | ||
msgid "The master server is %s.\n" | ||
msgstr "Der Master Server ist »%s«.\n" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: yp-tools 2.9\n" | ||
"Report-Msgid-Bugs-To: [email protected]\n" | ||
"POT-Creation-Date: 2016-03-14 15:24+0100\n" | ||
"POT-Creation-Date: 2016-03-14 16:39+0100\n" | ||
"PO-Revision-Date: 2006-11-12 17:34+0100\n" | ||
"Last-Translator: Daniel Nylander <[email protected]>\n" | ||
"Language-Team: Swedish <[email protected]>\n" | ||
|
@@ -554,61 +554,61 @@ msgstr " -h värd Fråga ypserv-processen på \"värd\"\n" | |
msgid "Domain not bound\n" | ||
msgstr "Domänen inte bunden" | ||
|
||
#: src/yppoll.c:232 | ||
#: src/yppoll.c:231 | ||
#, fuzzy, c-format | ||
msgid "Error getting NIS server (%i)\n" | ||
msgstr "Kunde inte få NIS-server" | ||
|
||
#: src/yppoll.c:240 | ||
#: src/yppoll.c:239 | ||
#, c-format | ||
msgid "Cannot contact %s, no NIS server running or wrong protocol?\n" | ||
msgstr "" | ||
|
||
#: src/yppoll.c:258 | ||
#: src/yppoll.c:257 | ||
#, c-format | ||
msgid "Can't create connection to %s.\n" | ||
msgstr "Kan inte etablera anslutning till %s.\n" | ||
|
||
#: src/yppoll.c:260 src/ypset.c:150 src/ypset.c:192 | ||
#: src/yppoll.c:259 src/ypset.c:150 src/ypset.c:192 | ||
msgid "Reason" | ||
msgstr "Anledning" | ||
|
||
#: src/yppoll.c:266 | ||
#: src/yppoll.c:265 | ||
#, c-format | ||
msgid "Domain %s is not supported by %s.\n" | ||
msgstr "Domänen %s stöds inte av %s.\n" | ||
|
||
#: src/yppoll.c:295 | ||
#: src/yppoll.c:294 | ||
msgid "Can't get any map parameter information.\n" | ||
msgstr "Kan inte få någon information om kartparameter.\n" | ||
|
||
#: src/yppoll.c:297 | ||
#: src/yppoll.c:296 | ||
#, c-format | ||
msgid "Domain %s is supported.\n" | ||
msgstr "Domänen %s stöds.\n" | ||
|
||
#: src/yppoll.c:301 | ||
#: src/yppoll.c:300 | ||
#, c-format | ||
msgid "Can't get order number for map %s.\n" | ||
msgstr "Kan inte få ordningsnumret för kartan %s.\n" | ||
|
||
#: src/yppoll.c:302 src/yppoll.c:316 | ||
#: src/yppoll.c:301 src/yppoll.c:315 | ||
#, c-format | ||
msgid "\tReason: %s\n" | ||
msgstr "\tAnledning: %s\n" | ||
|
||
# Vad är detta? | ||
#: src/yppoll.c:309 | ||
#: src/yppoll.c:308 | ||
#, c-format | ||
msgid "Map %s has order number %ld. [%s]\n" | ||
msgstr "Kartan %s har ordningsnummer %ld. [%s]\n" | ||
|
||
#: src/yppoll.c:315 | ||
#: src/yppoll.c:314 | ||
#, c-format | ||
msgid "Can't get master for map %s.\n" | ||
msgstr "Kan inte få master för kartan %s.\n" | ||
|
||
#: src/yppoll.c:319 | ||
#: src/yppoll.c:318 | ||
#, c-format | ||
msgid "The master server is %s.\n" | ||
msgstr "Masterservern är %s.\n" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,9 +6,9 @@ | |
#, fuzzy | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: yp-tools 4.2.1\n" | ||
"Project-Id-Version: yp-tools 4.2.2\n" | ||
"Report-Msgid-Bugs-To: [email protected]\n" | ||
"POT-Creation-Date: 2016-03-14 15:24+0100\n" | ||
"POT-Creation-Date: 2016-03-14 16:39+0100\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
"Language-Team: LANGUAGE <[email protected]>\n" | ||
|
@@ -496,60 +496,60 @@ msgstr "" | |
msgid "Domain not bound\n" | ||
msgstr "" | ||
|
||
#: src/yppoll.c:232 | ||
#: src/yppoll.c:231 | ||
#, c-format | ||
msgid "Error getting NIS server (%i)\n" | ||
msgstr "" | ||
|
||
#: src/yppoll.c:240 | ||
#: src/yppoll.c:239 | ||
#, c-format | ||
msgid "Cannot contact %s, no NIS server running or wrong protocol?\n" | ||
msgstr "" | ||
|
||
#: src/yppoll.c:258 | ||
#: src/yppoll.c:257 | ||
#, c-format | ||
msgid "Can't create connection to %s.\n" | ||
msgstr "" | ||
|
||
#: src/yppoll.c:260 src/ypset.c:150 src/ypset.c:192 | ||
#: src/yppoll.c:259 src/ypset.c:150 src/ypset.c:192 | ||
msgid "Reason" | ||
msgstr "" | ||
|
||
#: src/yppoll.c:266 | ||
#: src/yppoll.c:265 | ||
#, c-format | ||
msgid "Domain %s is not supported by %s.\n" | ||
msgstr "" | ||
|
||
#: src/yppoll.c:295 | ||
#: src/yppoll.c:294 | ||
msgid "Can't get any map parameter information.\n" | ||
msgstr "" | ||
|
||
#: src/yppoll.c:297 | ||
#: src/yppoll.c:296 | ||
#, c-format | ||
msgid "Domain %s is supported.\n" | ||
msgstr "" | ||
|
||
#: src/yppoll.c:301 | ||
#: src/yppoll.c:300 | ||
#, c-format | ||
msgid "Can't get order number for map %s.\n" | ||
msgstr "" | ||
|
||
#: src/yppoll.c:302 src/yppoll.c:316 | ||
#: src/yppoll.c:301 src/yppoll.c:315 | ||
#, c-format | ||
msgid "\tReason: %s\n" | ||
msgstr "" | ||
|
||
#: src/yppoll.c:309 | ||
#: src/yppoll.c:308 | ||
#, c-format | ||
msgid "Map %s has order number %ld. [%s]\n" | ||
msgstr "" | ||
|
||
#: src/yppoll.c:315 | ||
#: src/yppoll.c:314 | ||
#, c-format | ||
msgid "Can't get master for map %s.\n" | ||
msgstr "" | ||
|
||
#: src/yppoll.c:319 | ||
#: src/yppoll.c:318 | ||
#, c-format | ||
msgid "The master server is %s.\n" | ||
msgstr "" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters