diff options
author | Frederic Crozat <fcrozat@mandriva.com> | 2003-08-27 15:15:43 +0000 |
---|---|---|
committer | Frederic Crozat <fcrozat@mandriva.com> | 2003-08-27 15:15:43 +0000 |
commit | 2ae05461453f3702f5d1c9cd390cdf22ef81dffe (patch) | |
tree | e1622340d10abcc8b84f20ce4fce294264304470 /sbin/fndSession | |
parent | 8c832d70dd77739fd05b8b80939ad26614d01729 (diff) | |
download | common-data-2ae05461453f3702f5d1c9cd390cdf22ef81dffe.tar common-data-2ae05461453f3702f5d1c9cd390cdf22ef81dffe.tar.gz common-data-2ae05461453f3702f5d1c9cd390cdf22ef81dffe.tar.bz2 common-data-2ae05461453f3702f5d1c9cd390cdf22ef81dffe.tar.xz common-data-2ae05461453f3702f5d1c9cd390cdf22ef81dffe.zip |
Fix bug 4572 (bad path for gdm session in fndSession)
Diffstat (limited to 'sbin/fndSession')
-rwxr-xr-x | sbin/fndSession | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/fndSession b/sbin/fndSession index a743bc0..68251c2 100755 --- a/sbin/fndSession +++ b/sbin/fndSession @@ -13,6 +13,6 @@ LIST="`/usr/sbin/chksession -k`" perl -pi -e 's|^SessionTypes=.*|$ENV{LIST}|'\ /usr/share/config/kdm/kdmrc fi -if [ -d /etc/X11/gdm/Sessions ];then +if [ -d /etc/X11/dm/Sessions ];then /usr/sbin/chksession -g fi |