From 3f2b10cef46b0247dab0e72eff95717122a09ad7533aef342d26d6850f87332b Mon Sep 17 00:00:00 2001 From: Kristyna Streitova Date: Thu, 2 Jun 2016 15:16:26 +0000 Subject: [PATCH] Accepting request 397383 from home:Dremor:branches:Base:System Adding localized prompt. Note : This prompt seem to be the only one that have been translated (other than the default one) OBS-URL: https://build.opensuse.org/request/show/397383 OBS-URL: https://build.opensuse.org/package/show/Base:System/sudo?expand=0&rev=101 --- sudo.changes | 5 +++++ sudo.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/sudo.changes b/sudo.changes index 845c120..45809e3 100644 --- a/sudo.changes +++ b/sudo.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon May 23 08:22:12 UTC 2016 - egeorget@openmailbox.org + +- Changing password promp to make use of sudo localized prompts. + ------------------------------------------------------------------- Thu May 19 09:13:54 UTC 2016 - kstreitova@suse.com diff --git a/sudo.spec b/sudo.spec index efbe42b..cefb064 100644 --- a/sudo.spec +++ b/sudo.spec @@ -105,7 +105,7 @@ export LDFLAGS="-pie" --with-sudoers-mode=0440 \ --with-env-editor \ --without-secure-path \ - --with-passprompt='%%p\x27s password:' \ + --with-passprompt="[sudo] password for %p: " \ --with-rundir=%{_localstatedir}/lib/sudo \ --with-sssd make %{?_smp_mflags}