Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 68440
Collapse All | Expand All

(-)autoconfig.old (-1 / +6 lines)
Lines 99-105 Link Here
99
	fi
99
	fi
100
100
101
	if [ "$HOTPLUG" = "yes" ]; then
101
	if [ "$HOTPLUG" = "yes" ]; then
102
		/etc/init.d/hotplug start
102
        #Check if we're using coldplug instead of old hotplug and call it instead of hotplug
103
        if [ -x /etc/init.d/coldplug ]; then
104
            /etc/init.d/coldplug start
105
        else
106
            /etc/init.d/hotplug start
107
        fi
103
	else
108
	else
104
		ebegin $BAD"Hotplug disabled via cmdline$NORMAL"
109
		ebegin $BAD"Hotplug disabled via cmdline$NORMAL"
105
	fi
110
	fi

Return to bug 68440