diff options
author | Frederic Crozat <fcrozat@mandriva.com> | 2008-06-30 13:10:12 +0000 |
---|---|---|
committer | Frederic Crozat <fcrozat@mandriva.com> | 2008-06-30 13:10:12 +0000 |
commit | 96ab11fb290ef2ae67d392564bf8568b91a3dc1f (patch) | |
tree | 46bb0d6157cd249e226abfe872e3a69757b4f276 /sbin/fndSession | |
parent | 891126e039a8dbb94dac05309c0e18b713f007da (diff) | |
download | common-data-96ab11fb290ef2ae67d392564bf8568b91a3dc1f.tar common-data-96ab11fb290ef2ae67d392564bf8568b91a3dc1f.tar.gz common-data-96ab11fb290ef2ae67d392564bf8568b91a3dc1f.tar.bz2 common-data-96ab11fb290ef2ae67d392564bf8568b91a3dc1f.tar.xz common-data-96ab11fb290ef2ae67d392564bf8568b91a3dc1f.zip |
- Fix path for dm.d files (Mdv bug #41712)
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 4fd7c7c..24838dc 100755 --- a/sbin/fndSession +++ b/sbin/fndSession @@ -11,7 +11,7 @@ umask 022 -FILES=`/bin/ls /etc/X11/dm.d/*.conf 2> /dev/null` +FILES=`/bin/ls /usr/share/X11/dm.d/*.conf 2> /dev/null` if [ $? != 0 ]; then exit 0 |