Codebase list krb5-auth-dialog / f391a2b
New patch 0004-Change-the-Name-from-Network-Authentication-to-Kerbe.patch Change the Name from "Network Authentication" to "Kerberos Authentication" Closes: #593543 Guido Günther 13 years ago
2 changed file(s) with 34 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 From: =?UTF-8?q?Guido=20G=C3=BCnther?= <agx@sigxcpu.org>
1 Date: Thu, 19 Aug 2010 14:28:08 +0200
2 Subject: [PATCH] Change the Name from "Network Authentication" to "Kerberos Authentication"
3
4 Closes: #593543
5 ---
6 .../krb5-auth-dialog-preferences.desktop.in | 2 +-
7 src/krb5-auth-dialog.desktop.in | 2 +-
8 2 files changed, 2 insertions(+), 2 deletions(-)
9
10 diff --git a/preferences/krb5-auth-dialog-preferences.desktop.in b/preferences/krb5-auth-dialog-preferences.desktop.in
11 index 0be978a..4760275 100644
12 --- a/preferences/krb5-auth-dialog-preferences.desktop.in
13 +++ b/preferences/krb5-auth-dialog-preferences.desktop.in
14 @@ -1,5 +1,5 @@
15 [Desktop Entry]
16 -_Name=Network Authentication
17 +_Name=Kerberos Authentication
18 _Comment=Set your Kerberos network authentication preferences
19 Exec=krb5-auth-dialog-preferences
20 Icon=krb-valid-ticket
21 diff --git a/src/krb5-auth-dialog.desktop.in b/src/krb5-auth-dialog.desktop.in
22 index ed21e6e..e415ec8 100644
23 --- a/src/krb5-auth-dialog.desktop.in
24 +++ b/src/krb5-auth-dialog.desktop.in
25 @@ -1,5 +1,5 @@
26 [Desktop Entry]
27 -_Name=Network Authentication
28 +_Name=Kerberos Authentication
29 _Comment=Kerberos Network Authentication Dialog
30 Exec=krb5-auth-dialog -A
31 Terminal=false
32 --
00 0001-Add-simple-AFS-plugin.patch
11 0002-Rerun-autoreconf.patch
22 0003-Always-startup-not-only-with-a-valid-ticket-cache.patch
3 0004-Change-the-Name-from-Network-Authentication-to-Kerbe.patch