udev uses lowercase values

This commit is contained in:
Roy Marples 2008-01-23 10:08:43 +00:00
parent 5fae9060aa
commit f0db8eec01

View File

@ -120,9 +120,9 @@ mount_svcdir()
# Compat shim for udev # Compat shim for udev
rc_coldplug=${rc_coldplug:-${RC_COLDPLUG:-yes}} rc_coldplug=${rc_coldplug:-${RC_COLDPLUG:-yes}}
if yesno "${rc_coldplug}"; then if yesno "${rc_coldplug}"; then
RC_COLDPLUG=YES RC_COLDPLUG=yes
else else
RC_COLDPLUG=NO RC_COLDPLUG=no
fi fi
# Set the console loglevel to 1 for a cleaner boot # Set the console loglevel to 1 for a cleaner boot