diff options
author | Bill Nottingham <notting@redhat.com> | 1999-04-14 00:05:12 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 1999-04-14 00:05:12 +0000 |
commit | ec8b3f7b5048defd1506f9419392f06c3b64fcf1 (patch) | |
tree | c61ec0798d374506f98738e7434cda3e62295450 /rc.d | |
parent | 706a9b36efd36809cb704d2113760b70f598001a (diff) | |
download | initscripts-ec8b3f7b5048defd1506f9419392f06c3b64fcf1.tar initscripts-ec8b3f7b5048defd1506f9419392f06c3b64fcf1.tar.gz initscripts-ec8b3f7b5048defd1506f9419392f06c3b64fcf1.tar.bz2 initscripts-ec8b3f7b5048defd1506f9419392f06c3b64fcf1.tar.xz initscripts-ec8b3f7b5048defd1506f9419392f06c3b64fcf1.zip |
typor4-12
Diffstat (limited to 'rc.d')
-rwxr-xr-x | rc.d/rc.sysinit | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rc.d/rc.sysinit b/rc.d/rc.sysinit index 97438d23..737cbc2a 100755 --- a/rc.d/rc.sysinit +++ b/rc.d/rc.sysinit @@ -388,7 +388,7 @@ fi if [ -n "$preferred" ] && which $preferred >/dev/null 2>&1; then ln -snf ../..`which $preferred` /etc/X11/prefdm else - if [ ! -l /etc/X11/prefdm ]; then + if [ ! -L /etc/X11/prefdm ]; then if which gdm >/dev/null 2>&1; then ln -snf ../..`which gdm` /etc/X11/prefdm elif which kdm >/dev/null 2>&1; then |