devfs and miscfs were merged into spark-rc

This commit is contained in:
Jack L. Frost 2014-07-28 07:50:01 +04:00
parent 23f8f3ed5e
commit 902f317440
7 changed files with 2 additions and 8 deletions

View File

@ -1,4 +1,5 @@
#!/usr/bin/env watchman
# As of spark-rc 1.1.5, this script is deprecated
service_type='oneshot'

View File

@ -1,6 +1,5 @@
#!/usr/bin/env watchman
# This is a script to set up the links in /dev in absence of e?(u|s?m)dev.
# Run this _after_ miscfs.
service_type='oneshot'

View File

@ -1,6 +1,5 @@
#!/usr/bin/env watchman
# This is a script to set up the right permissions in /dev in absence of e?(u|s?m)dev.
# Run this _after_ miscfs.
service_type='oneshot'

View File

@ -5,8 +5,6 @@ service_command='/usr/bin/udevd'
cfg_udev_settle_timeout="${cfg_udev_settle_timeout:-60}"
depends devfs
udev.populate_dev() {
watchman.msg "Populating /dev with udev..."
udevadm trigger --type=subsystems --action=add

View File

@ -1,7 +1,5 @@
#!/usr/bin/env watchman
depends devfs
service_command='/usr/local/sbin/mdev'
service_rgs='-s'

View File

@ -1,4 +1,5 @@
#!/usr/bin/env watchman
# As of spark-rc 1.1.5, this script is deprecated
service_type='oneshot'

View File

@ -5,8 +5,6 @@ service_command='/usr/lib/systemd/systemd-udevd'
cfg_udev_settle_timeout="${cfg_udev_settle_timeout:-60}"
depends devfs
udev.populate_dev() {
watchman.msg "Populating /dev with udev..."
udevadm trigger --type=subsystems --action=add