diff options
author | Guido Günther <agx@sigxcpu.org> | 2010-08-19 14:29:27 +0200 |
---|---|---|
committer | Guido Günther <agx@sigxcpu.org> | 2010-08-19 14:29:39 +0200 |
commit | 578488da78d8306c7c75c93038994f4cfb506167 (patch) | |
tree | 5adbe0c216812b25ca371ce773404a70e787de91 /debian | |
parent | Document changes and release 0.16-2 (diff) | |
download | krb5-auth-dialog-578488da78d8306c7c75c93038994f4cfb506167.tar.gz krb5-auth-dialog-578488da78d8306c7c75c93038994f4cfb506167.tar.bz2 krb5-auth-dialog-578488da78d8306c7c75c93038994f4cfb506167.zip |
New patch 0003-Always-startup-not-only-with-a-valid-ticket-cache.patch
Always startup, not only with a valid ticket cache
Closes: #582497
Diffstat (limited to 'debian')
-rw-r--r-- | debian/patches/0003-Always-startup-not-only-with-a-valid-ticket-cache.patch | 23 | ||||
-rw-r--r-- | debian/patches/series | 1 |
2 files changed, 24 insertions, 0 deletions
diff --git a/debian/patches/0003-Always-startup-not-only-with-a-valid-ticket-cache.patch b/debian/patches/0003-Always-startup-not-only-with-a-valid-ticket-cache.patch new file mode 100644 index 0000000..8e9249d --- /dev/null +++ b/debian/patches/0003-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: [PATCH] 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 6c83b31..ed21e6e 100644 +--- a/src/krb5-auth-dialog.desktop.in ++++ b/src/krb5-auth-dialog.desktop.in +@@ -1,7 +1,7 @@ + [Desktop Entry] + _Name=Network Authentication + _Comment=Kerberos Network Authentication Dialog +-Exec=krb5-auth-dialog ++Exec=krb5-auth-dialog -A + Terminal=false + Type=Application + X-GNOME-Bugzilla-Bugzilla=GNOME +-- diff --git a/debian/patches/series b/debian/patches/series index ac353c4..79a2aca 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,2 +1,3 @@ 0001-Add-simple-AFS-plugin.patch 0002-Rerun-autoreconf.patch +0003-Always-startup-not-only-with-a-valid-ticket-cache.patch |