aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xsbin/fndSession4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/fndSession b/sbin/fndSession
index 1f7ec8b..a743bc0 100755
--- a/sbin/fndSession
+++ b/sbin/fndSession
@@ -8,9 +8,9 @@
exit 1
}
-if [ -e /usr/share/config/kdmrc ];then
+if [ -e /usr/share/config/kdm/kdmrc ];then
LIST="`/usr/sbin/chksession -k`" perl -pi -e 's|^SessionTypes=.*|$ENV{LIST}|'\
- /usr/share/config/kdmrc
+ /usr/share/config/kdm/kdmrc
fi
if [ -d /etc/X11/gdm/Sessions ];then