aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/patches/0004-Change-the-Name-from-Network-Authentication-to-Kerbe.patch33
-rw-r--r--debian/patches/series1
2 files changed, 34 insertions, 0 deletions
diff --git a/debian/patches/0004-Change-the-Name-from-Network-Authentication-to-Kerbe.patch b/debian/patches/0004-Change-the-Name-from-Network-Authentication-to-Kerbe.patch
new file mode 100644
index 0000000..40b569c
--- /dev/null
+++ b/debian/patches/0004-Change-the-Name-from-Network-Authentication-to-Kerbe.patch
@@ -0,0 +1,33 @@
+From: =?UTF-8?q?Guido=20G=C3=BCnther?= <agx@sigxcpu.org>
+Date: Thu, 19 Aug 2010 14:28:08 +0200
+Subject: [PATCH] Change the Name from "Network Authentication" to "Kerberos Authentication"
+
+Closes: #593543
+---
+ .../krb5-auth-dialog-preferences.desktop.in | 2 +-
+ src/krb5-auth-dialog.desktop.in | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/preferences/krb5-auth-dialog-preferences.desktop.in b/preferences/krb5-auth-dialog-preferences.desktop.in
+index 0be978a..4760275 100644
+--- a/preferences/krb5-auth-dialog-preferences.desktop.in
++++ b/preferences/krb5-auth-dialog-preferences.desktop.in
+@@ -1,5 +1,5 @@
+ [Desktop Entry]
+-_Name=Network Authentication
++_Name=Kerberos Authentication
+ _Comment=Set your Kerberos network authentication preferences
+ Exec=krb5-auth-dialog-preferences
+ Icon=krb-valid-ticket
+diff --git a/src/krb5-auth-dialog.desktop.in b/src/krb5-auth-dialog.desktop.in
+index ed21e6e..e415ec8 100644
+--- a/src/krb5-auth-dialog.desktop.in
++++ b/src/krb5-auth-dialog.desktop.in
+@@ -1,5 +1,5 @@
+ [Desktop Entry]
+-_Name=Network Authentication
++_Name=Kerberos Authentication
+ _Comment=Kerberos Network Authentication Dialog
+ Exec=krb5-auth-dialog -A
+ Terminal=false
+--
diff --git a/debian/patches/series b/debian/patches/series
index 79a2aca..a0bf9b5 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
0001-Add-simple-AFS-plugin.patch
0002-Rerun-autoreconf.patch
0003-Always-startup-not-only-with-a-valid-ticket-cache.patch
+0004-Change-the-Name-from-Network-Authentication-to-Kerbe.patch
bgstack15