mass update from my home pc

This commit is contained in:
2014-02-25 04:45:13 +04:00
parent acdcc82461
commit b5ebe89685
17 changed files with 241 additions and 12 deletions

View File

@@ -1,10 +1,11 @@
#!/usr/bin/env watchman
service_command='/bin/udevd'
service_command='/sbin/udevd'
# service_args='--resolve-names=never'
cfg_udev_settle_timeout="${cfg_udev_settle_timeout:-60}"
watchman.depends devfs
depends devfs
udev.populate_dev() {
watchman.msg "Populating /dev with udev..."
@@ -13,6 +14,7 @@ udev.populate_dev() {
watchman.msg "Waiting for uevents..."
udevadm settle --timeout=${cfg_udev_settle_timeout}
udevadm control --property=do_not_run_plug_service=
}
start() {