From 728d0204fbb235f994a39aa618b78499f898deda Mon Sep 17 00:00:00 2001 From: "Cameron (Kamran) Mashayekhi" Date: Wed, 24 Jan 2007 08:53:53 +0000 Subject: [PATCH] Resolving Bug 283115 by fixing casacfgpam and casaucfgpam scripts to incorporate the path to SuSE-release file. --- CASA/CASA.changes | 9 +++++++++ CASA/micasad/startup/casacfgpam | 2 +- CASA/micasad/startup/casaucfgpam | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CASA/CASA.changes b/CASA/CASA.changes index 868f74d1..09e28637 100644 --- a/CASA/CASA.changes +++ b/CASA/CASA.changes @@ -1,6 +1,15 @@ +------------------------------------------------------------------- +Tue Jan 24 13:40:21 MST 2007 - cmashayekhi@novell.com +- Bug 238315. Scripts casacfgpam and casaucfgpam were fixed by + adding the full path to the lockation of SuSE-release file. + ------------------------------------------------------------------- Tue Jan 23 14:50:58 MST 2007 - jnorman@novell.com +- Bug 172730. Check the GNOME_KEYRING_SOCKET environment variable + before displaying the gnome tab and setting. + +------------------------------------------------------------------- - Bug 172730. Check the GNOME_KEYRING_SOCKET environment variable before displaying the gnome tab and setting. diff --git a/CASA/micasad/startup/casacfgpam b/CASA/micasad/startup/casacfgpam index 0e4ce2ff..9b0a2fb5 100755 --- a/CASA/micasad/startup/casacfgpam +++ b/CASA/micasad/startup/casacfgpam @@ -1,6 +1,6 @@ #!/bin/bash # Adding CASA pam entries to pam files only on the desktop. -DESKTOP=`grep -i desktop SuSE-release` +DESKTOP=`grep -i desktop /etc/SuSE-release` if [ "$DESKTOP" != "" ] then diff --git a/CASA/micasad/startup/casaucfgpam b/CASA/micasad/startup/casaucfgpam index aa5c012c..ea23ece7 100644 --- a/CASA/micasad/startup/casaucfgpam +++ b/CASA/micasad/startup/casaucfgpam @@ -1,6 +1,6 @@ #!/bin/bash # Remove the CASA pam entries from pam files. -DESKTOP=`grep -i desktop SuSE-release` +DESKTOP=`grep -i desktop /etc/SuSE-release` if [ "$DESKTOP" != "" ] then