aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2011-02-16 09:15:47 +0100
committerGuido Günther <agx@sigxcpu.org>2011-02-16 20:32:12 +0100
commitc92676b3044108d52ff498af386033871e15d4f9 (patch)
tree164a9ee41b62d0482f1fd12aaab287c6236ce66f /debian
parentDocument changes and release 2.91.6-1 (diff)
downloadkrb5-auth-dialog-c92676b3044108d52ff498af386033871e15d4f9.tar.gz
krb5-auth-dialog-c92676b3044108d52ff498af386033871e15d4f9.tar.bz2
krb5-auth-dialog-c92676b3044108d52ff498af386033871e15d4f9.zip
Readd 0001-Always-startup-not-only-with-a-valid-ticket-cache.patch
since this isn't applied upstream yet.
Diffstat (limited to 'debian')
-rw-r--r--debian/patches/Always-startup-not-only-with-a-valid-ticket-cache.patch23
-rw-r--r--debian/patches/series1
2 files changed, 24 insertions, 0 deletions
diff --git a/debian/patches/Always-startup-not-only-with-a-valid-ticket-cache.patch b/debian/patches/Always-startup-not-only-with-a-valid-ticket-cache.patch
new file mode 100644
index 0000000..46d9c9a
--- /dev/null
+++ b/debian/patches/Always-startup-not-only-with-a-valid-ticket-cache.patch
@@ -0,0 +1,23 @@
+From: =?UTF-8?q?Guido=20G=C3=BCnther?= <agx@sigxcpu.org>
+Date: Thu, 19 Aug 2010 14:26:30 +0200
+Subject: Always startup, not only with a valid ticket cache
+
+Closes: #582497
+---
+ src/krb5-auth-dialog.desktop.in | 2 +-
+ 1 files changed, 1 insertions(+), 1 deletions(-)
+
+diff --git a/src/krb5-auth-dialog.desktop.in b/src/krb5-auth-dialog.desktop.in
+index 5569646..f9f260c 100644
+--- a/src/krb5-auth-dialog.desktop.in
++++ b/src/krb5-auth-dialog.desktop.in
+@@ -1,7 +1,7 @@
+ [Desktop Entry]
+ _Name=Kerberos Authentication
+ _Comment=Kerberos Network Authentication Dialog
+-Exec=krb5-auth-dialog
++Exec=krb5-auth-dialog -A
+ Terminal=false
+ Type=Application
+ NoDisplay=true
+--
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..7f90717
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+Always-startup-not-only-with-a-valid-ticket-cache.patch
bgstack15