diff options
author | William Hubbs <williamh@gentoo.org> | 2011-07-15 13:01:32 -0500 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2011-07-15 13:01:32 -0500 |
commit | 6c481daaea1c0a38333de77dc43f671ef400a21c (patch) | |
tree | a374fa58a868e53a3e9e7e5cb9767782c4cb7165 | |
parent | Small style changes for consistency (diff) | |
download | udev-gentoo-scripts-6c481daaea1c0a38333de77dc43f671ef400a21c.tar.gz udev-gentoo-scripts-6c481daaea1c0a38333de77dc43f671ef400a21c.tar.bz2 udev-gentoo-scripts-6c481daaea1c0a38333de77dc43f671ef400a21c.zip |
Remove startup property
-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 c881c6f..ed7c045 100644 --- a/init.d/udev +++ b/init.d/udev @@ -108,7 +108,6 @@ populate_dev() fi ebegin "Populating /dev with existing devices through uevents" - udevadm control --property=STARTUP=1 if yesno "${rc_coldplug}"; then udevadm trigger --action="add" else @@ -132,7 +131,6 @@ populate_dev() eend $? udevadm control --property=do_not_run_plug_service= - udevadm control --property=STARTUP= return 0 } |