summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>1999-04-14 00:05:12 +0000
committerBill Nottingham <notting@redhat.com>1999-04-14 00:05:12 +0000
commitec8b3f7b5048defd1506f9419392f06c3b64fcf1 (patch)
treec61ec0798d374506f98738e7434cda3e62295450
parent706a9b36efd36809cb704d2113760b70f598001a (diff)
downloadinitscripts-ec8b3f7b5048defd1506f9419392f06c3b64fcf1.tar.gz
initscripts-ec8b3f7b5048defd1506f9419392f06c3b64fcf1.tar.xz
initscripts-ec8b3f7b5048defd1506f9419392f06c3b64fcf1.zip
typor4-12
-rwxr-xr-xrc.d/rc.sysinit2
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