From b3a154da2130f03f86973eaee90434f99fa2ab7a Mon Sep 17 00:00:00 2001 From: "Dmitry V. Levin" Date: Thu, 24 Nov 2005 17:15:31 +0000 Subject: Relevant BUGIDs: none Purpose of commit: cleanup Commit summary: --------------- 2005-11-24 Dmitry V. Levin * configure.in: Do not check for strerror. * libpam_misc/misc_conv.c (read_string): Replace strerror() call with %m specifier. * libpamc/pamc_converse.c (pamc_converse): Likewise. * modules/pam_echo/pam_echo.c (pam_echo): Likewise. * modules/pam_localuser/pam_localuser.c (pam_sm_authenticate): Likewise. * modules/pam_selinux/pam_selinux.c (security_label_tty): Likewise. (security_restorelabel_tty, security_label_tty): Append %m specifier where appropriate. * modules/pam_selinux/pam_selinux_check.c (main): Replace strerror() call with %m specifier. * modules/pam_unix/pam_unix_passwd.c (save_old_password, _update_passwd, _update_shadow): Likewise. * modules/pam_unix/support.c (_unix_run_helper_binary): Likewise. * modules/pam_unix/unix_chkpwd.c (_update_shadow): Likewise. * po/Linux-PAM.pot: Update strings from pam_selinux. * po/cs.po: Likewise. * po/de.po: Likewise. * po/es.po: Likewise. * po/fi.po: Likewise. * po/fr.po: Likewise. * po/hu.po: Likewise. * po/it.po: Likewise. * po/ja.po: Likewise. * po/nb.po: Likewise. * po/pa.po: Likewise. * po/pl.po: Likewise. * po/pt.po: Likewise. * po/pt_BR.po: Likewise. * po/zh_CN.po: Likewise. * po/zh_TW.po: Likewise. --- po/Linux-PAM.pot | 2 +- po/cs.po | 2 +- po/de.po | 2 +- po/es.po | 2 +- po/fi.po | 2 +- po/fr.po | 2 +- po/hu.po | 2 +- po/it.po | 2 +- po/ja.po | 2 +- po/nb.po | 2 +- po/pa.po | 2 +- po/pl.po | 2 +- po/pt.po | 2 +- po/pt_BR.po | 2 +- po/zh_CN.po | 2 +- po/zh_TW.po | 2 +- 16 files changed, 16 insertions(+), 16 deletions(-) (limited to 'po') diff --git a/po/Linux-PAM.pot b/po/Linux-PAM.pot index 1cf8872c..d003f3fe 100644 --- a/po/Linux-PAM.pot +++ b/po/Linux-PAM.pot @@ -92,7 +92,7 @@ msgstr "" #: modules/pam_selinux/pam_selinux_check.c:135 #, c-format -msgid "login: failure forking: %s" +msgid "login: failure forking: %m" msgstr "" #: modules/pam_selinux/pam_selinux.c:102 diff --git a/po/cs.po b/po/cs.po index 3a6c0727..f4360d98 100644 --- a/po/cs.po +++ b/po/cs.po @@ -95,7 +95,7 @@ msgstr "chyba pam_set_item()\n" #: modules/pam_selinux/pam_selinux_check.c:135 #, c-format -msgid "login: failure forking: %s" +msgid "login: failure forking: %m" msgstr "login: chyba forku: %s" #: modules/pam_selinux/pam_selinux.c:102 diff --git a/po/de.po b/po/de.po index aade5f06..26226d41 100644 --- a/po/de.po +++ b/po/de.po @@ -93,7 +93,7 @@ msgstr "Fehler bei pam_set_item()\n" #: modules/pam_selinux/pam_selinux_check.c:135 #, c-format -msgid "login: failure forking: %s" +msgid "login: failure forking: %m" msgstr "Anmeldung: Fehler bei Abspaltung: %s" #: modules/pam_selinux/pam_selinux.c:102 diff --git a/po/es.po b/po/es.po index 6ac7f869..0716300f 100644 --- a/po/es.po +++ b/po/es.po @@ -95,7 +95,7 @@ msgstr "error en pam_set_item()\n" #: modules/pam_selinux/pam_selinux_check.c:135 #, c-format -msgid "login: failure forking: %s" +msgid "login: failure forking: %m" msgstr "inicio de sesión: error en horquilla: %s" #: modules/pam_selinux/pam_selinux.c:102 diff --git a/po/fi.po b/po/fi.po index 81db9cf4..b29c1622 100644 --- a/po/fi.po +++ b/po/fi.po @@ -94,7 +94,7 @@ msgstr "pam_set_item() kutsu epäonnistui\n" #: modules/pam_selinux/pam_selinux_check.c:135 #, c-format -msgid "login: failure forking: %s" +msgid "login: failure forking: %m" msgstr "sisäänkirjautuminen: virhe haarautumisessa: %s" #: modules/pam_selinux/pam_selinux.c:102 diff --git a/po/fr.po b/po/fr.po index 8d8e5852..6d52eec2 100644 --- a/po/fr.po +++ b/po/fr.po @@ -92,7 +92,7 @@ msgstr "échec de pam_set_item()\n" #: modules/pam_selinux/pam_selinux_check.c:135 #, c-format -msgid "login: failure forking: %s" +msgid "login: failure forking: %m" msgstr "login : échec d'autoclonage : %s" #: modules/pam_selinux/pam_selinux.c:102 diff --git a/po/hu.po b/po/hu.po index a1fd931f..680cdc22 100644 --- a/po/hu.po +++ b/po/hu.po @@ -92,7 +92,7 @@ msgstr "pam_set_item() meghiúsult\n" #: modules/pam_selinux/pam_selinux_check.c:135 #, c-format -msgid "login: failure forking: %s" +msgid "login: failure forking: %m" msgstr "bejelentkezés: hiba az elágazás közben: %s" #: modules/pam_selinux/pam_selinux.c:102 diff --git a/po/it.po b/po/it.po index 0f1320e2..5dcf7857 100644 --- a/po/it.po +++ b/po/it.po @@ -93,7 +93,7 @@ msgstr "impossibile pam_set_item()\n" #: modules/pam_selinux/pam_selinux_check.c:135 #, c-format -msgid "login: failure forking: %s" +msgid "login: failure forking: %m" msgstr "login: errore forking: %s" #: modules/pam_selinux/pam_selinux.c:102 diff --git a/po/ja.po b/po/ja.po index b5a878d2..ea6a5e10 100644 --- a/po/ja.po +++ b/po/ja.po @@ -92,7 +92,7 @@ msgstr "pam_set_item()に失敗しました\n" #: modules/pam_selinux/pam_selinux_check.c:135 #, c-format -msgid "login: failure forking: %s" +msgid "login: failure forking: %m" msgstr "ログイン: いまいましい失敗: %s" #: modules/pam_selinux/pam_selinux.c:102 diff --git a/po/nb.po b/po/nb.po index ea8bf802..1644676c 100644 --- a/po/nb.po +++ b/po/nb.po @@ -93,7 +93,7 @@ msgstr "kunne ikke pam_set_item()\n" #: modules/pam_selinux/pam_selinux_check.c:135 #, c-format -msgid "login: failure forking: %s" +msgid "login: failure forking: %m" msgstr "login: feil under forgrening: %s" #: modules/pam_selinux/pam_selinux.c:102 diff --git a/po/pa.po b/po/pa.po index bbcb3225..2ed99fd9 100644 --- a/po/pa.po +++ b/po/pa.po @@ -95,7 +95,7 @@ msgstr "pam_set_item() ਲਈ ਫੇਲ\n" #: modules/pam_selinux/pam_selinux_check.c:135 #, c-format -msgid "login: failure forking: %s" +msgid "login: failure forking: %m" msgstr "" #: modules/pam_selinux/pam_selinux.c:102 diff --git a/po/pl.po b/po/pl.po index c86358a9..f9b36240 100644 --- a/po/pl.po +++ b/po/pl.po @@ -92,7 +92,7 @@ msgstr "nieudane pam_set_item()\n" #: modules/pam_selinux/pam_selinux_check.c:135 #, c-format -msgid "login: failure forking: %s" +msgid "login: failure forking: %m" msgstr "login: nieudany fork: %s" #: modules/pam_selinux/pam_selinux.c:102 diff --git a/po/pt.po b/po/pt.po index 2d3a9fff..731705d4 100644 --- a/po/pt.po +++ b/po/pt.po @@ -93,7 +93,7 @@ msgstr "falha em pam_set_item()\n" #: modules/pam_selinux/pam_selinux_check.c:135 #, c-format -msgid "login: failure forking: %s" +msgid "login: failure forking: %m" msgstr "sessão: falha ao executar o forking: %s" #: modules/pam_selinux/pam_selinux.c:102 diff --git a/po/pt_BR.po b/po/pt_BR.po index 765cf1d9..5dba76a6 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -92,7 +92,7 @@ msgstr "falha em pam_set_item()\n" #: modules/pam_selinux/pam_selinux_check.c:135 #, c-format -msgid "login: failure forking: %s" +msgid "login: failure forking: %m" msgstr "login: falha na bifurcação: %s" #: modules/pam_selinux/pam_selinux.c:102 diff --git a/po/zh_CN.po b/po/zh_CN.po index 7e3e8fa6..317a480a 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -91,7 +91,7 @@ msgstr "未能 pam_set_item()\n" #: modules/pam_selinux/pam_selinux_check.c:135 #, c-format -msgid "login: failure forking: %s" +msgid "login: failure forking: %m" msgstr "登录:故障派生:%s" #: modules/pam_selinux/pam_selinux.c:102 diff --git a/po/zh_TW.po b/po/zh_TW.po index d2f86481..5d5fce7a 100644 --- a/po/zh_TW.po +++ b/po/zh_TW.po @@ -92,7 +92,7 @@ msgstr "pam_set_item() 失敗\n" #: modules/pam_selinux/pam_selinux_check.c:135 #, c-format -msgid "login: failure forking: %s" +msgid "login: failure forking: %m" msgstr "登入:失敗的分叉:%s" #: modules/pam_selinux/pam_selinux.c:102 -- cgit v1.2.3