Bug 108969 - /etc/X11/prefdm refers to /usr/sbin/autologin, which we no longer ship
Summary: /etc/X11/prefdm refers to /usr/sbin/autologin, which we no longer ship
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: initscripts
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Bill Nottingham
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2003-11-03 22:12 UTC by Brent Fox
Modified: 2014-03-17 02:40 UTC (History)
1 user (show)

Fixed In Version: 7.47-1
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2004-03-17 04:25:07 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Brent Fox 2003-11-03 22:12:34 UTC
The following section:

# 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

should probably be removed from /etc/X11/prefdm since we no longer
ship autologin.

Comment 1 Bill Nottingham 2004-03-17 04:25:07 UTC
Fixed in 7.47-1.

Comment 2 Anduin Withers 2004-07-08 08:57:42 UTC
It was a nice place to hook autologin like things in though.


Note You need to log in before you can comment on or make changes to this bug.