Resolving Bug 283115 by fixing casacfgpam and casaucfgpam scripts to incorporate the path to SuSE-release file.
This commit is contained in:
parent
c3aa5727fc
commit
728d0204fb
@ -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.
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user