[kde-workspace] startkde.cmake: PAM_KWALLET_LOGIN typo

Rex Dieter rdieter at fedoraproject.org
Mon Apr 14 14:03:21 UTC 2014


commit efa9e7ce69ccea170cb2c64f62d738bf93313e49
Author: Rex Dieter <rdieter at math.unl.edu>
Date:   Mon Apr 14 09:03:10 2014 -0500

    startkde.cmake: PAM_KWALLET_LOGIN typo

 kde-workspace.spec |    5 ++++-
 startkde.cmake     |    2 +-
 2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/kde-workspace.spec b/kde-workspace.spec
index 7ee2793..67db5cd 100644
--- a/kde-workspace.spec
+++ b/kde-workspace.spec
@@ -16,7 +16,7 @@
 Summary: KDE Workspace
 Name:    kde-workspace
 Version: 4.11.8
-Release: 2%{?dist}
+Release: 3%{?dist}
 
 License: GPLv2
 URL:     https://projects.kde.org/projects/kde/kde-workspace
@@ -1054,6 +1054,9 @@ fi
 
 
 %changelog
+* Mon Apr 14 2014 Rex Dieter <rdieter at fedoraproject.org> 4.11.8-3
+- startkde.cmake: PAM_KWALLET_LOGIN typo
+
 * Fri Apr 11 2014 Rex Dieter <rdieter at fedoraproject.org> 4.11.8-2
 - pull in some post 4.11.8 commits
 - ... namely adds support for pam-kwallet and XDG_CURRENT_DESKTOP
diff --git a/startkde.cmake b/startkde.cmake
index 45088f4..8dbd398 100644
--- a/startkde.cmake
+++ b/startkde.cmake
@@ -278,7 +278,7 @@ XDG_CURRENT_DESKTOP=KDE
 export XDG_CURRENT_DESKTOP
 
 # At this point all the environment is ready, let's send it to kwalletd if running
-if test -n "PAM_KWALLET_LOGIN" ; then
+if test -n "$PAM_KWALLET_LOGIN" ; then
   env | socat STDIN UNIX-CONNECT:$PAM_KWALLET_LOGIN
 fi
 


More information about the scm-commits mailing list