summaryrefslogtreecommitdiffstats
path: root/prefdm
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2004-03-17 04:26:00 +0000
committerBill Nottingham <notting@redhat.com>2004-03-17 04:26:00 +0000
commit9cdb440efefc35633b2fe37b2e6826f311364929 (patch)
treed0a657bb57186b2c820bb525adc83e0c504d9bfb /prefdm
parent67fcac008f3ac4218e0152d55bac1a1f4c5889af (diff)
downloadinitscripts-9cdb440efefc35633b2fe37b2e6826f311364929.tar.gz
initscripts-9cdb440efefc35633b2fe37b2e6826f311364929.tar.xz
initscripts-9cdb440efefc35633b2fe37b2e6826f311364929.zip
remove autologin stuff (not shipped anymore) (#108969)
Diffstat (limited to 'prefdm')
-rwxr-xr-xprefdm10
1 files changed, 0 insertions, 10 deletions
diff --git a/prefdm b/prefdm
index fb55abec..3d21026d 100755
--- a/prefdm
+++ b/prefdm
@@ -12,16 +12,6 @@ fi
[ -f /etc/profile.d/lang.sh ] && . /etc/profile.d/lang.sh
# Run preferred X display manager
-
-# Try autologin first, if wanted...
-if [ -f /etc/sysconfig/autologin -a -x /usr/sbin/autologin ]; then
- if /usr/sbin/autologin; then
- exit 0
- fi
- # If autologin fails (bad permissions, etc.), we get here -
- # time to start a real display manager.
-fi
-
preferred=
if [ -f /etc/sysconfig/desktop ]; then
. /etc/sysconfig/desktop