diff options
author | Bill Nottingham <notting@redhat.com> | 2004-03-17 04:26:00 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2004-03-17 04:26:00 +0000 |
commit | 9cdb440efefc35633b2fe37b2e6826f311364929 (patch) | |
tree | d0a657bb57186b2c820bb525adc83e0c504d9bfb | |
parent | 67fcac008f3ac4218e0152d55bac1a1f4c5889af (diff) | |
download | initscripts-9cdb440efefc35633b2fe37b2e6826f311364929.tar initscripts-9cdb440efefc35633b2fe37b2e6826f311364929.tar.gz initscripts-9cdb440efefc35633b2fe37b2e6826f311364929.tar.bz2 initscripts-9cdb440efefc35633b2fe37b2e6826f311364929.tar.xz initscripts-9cdb440efefc35633b2fe37b2e6826f311364929.zip |
remove autologin stuff (not shipped anymore) (#108969)
-rwxr-xr-x | prefdm | 10 |
1 files changed, 0 insertions, 10 deletions
@@ -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 |