diff options
author | William Hubbs <williamh@gentoo.org> | 2011-09-01 14:26:40 -0500 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2011-09-01 14:26:40 -0500 |
commit | 7880e78fa77abf3086cdf593603e369728b1a997 (patch) | |
tree | e189a110e1bb363af78aac192956e25c3697284a | |
parent | Udev-postmount: make stop always succeed (diff) | |
download | udev-gentoo-scripts-7880e78fa77abf3086cdf593603e369728b1a997.tar.gz udev-gentoo-scripts-7880e78fa77abf3086cdf593603e369728b1a997.tar.bz2 udev-gentoo-scripts-7880e78fa77abf3086cdf593603e369728b1a997.zip |
The udev service should not read udev.conf
-rw-r--r-- | init.d/udev | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/init.d/udev b/init.d/udev index a8ae4a6..43db051 100644 --- a/init.d/udev +++ b/init.d/udev @@ -4,8 +4,6 @@ description="Run udevd and create the device-nodes" -[ -e /etc/udev/udev.conf ] && . /etc/udev/udev.conf - persistent_cd_disable="${persistent_cd_disable:-no}" persistent_net_disable="${persistent_net_disable:-no}" rc_coldplug=${rc_coldplug:-${RC_COLDPLUG:-YES}} |