Resolving Bug 283115 by fixing casacfgpam and casaucfgpam scripts to incorporate the path to SuSE-release file.

This commit is contained in:
Cameron (Kamran) Mashayekhi 2007-01-24 08:53:53 +00:00
parent c3aa5727fc
commit 728d0204fb
3 changed files with 11 additions and 2 deletions

View File

@ -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 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 - Bug 172730. Check the GNOME_KEYRING_SOCKET environment variable
before displaying the gnome tab and setting. before displaying the gnome tab and setting.

View File

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
# Adding CASA pam entries to pam files only on the desktop. # 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" != "" ] if [ "$DESKTOP" != "" ]
then then

View File

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
# Remove the CASA pam entries from pam files. # Remove the CASA pam entries from pam files.
DESKTOP=`grep -i desktop SuSE-release` DESKTOP=`grep -i desktop /etc/SuSE-release`
if [ "$DESKTOP" != "" ] if [ "$DESKTOP" != "" ]
then then