forked from Spark/ssm-services
devfs and miscfs were merged into spark-rc
This commit is contained in:
parent
23f8f3ed5e
commit
902f317440
|
@ -1,4 +1,5 @@
|
||||||
#!/usr/bin/env watchman
|
#!/usr/bin/env watchman
|
||||||
|
# As of spark-rc 1.1.5, this script is deprecated
|
||||||
|
|
||||||
service_type='oneshot'
|
service_type='oneshot'
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
#!/usr/bin/env watchman
|
#!/usr/bin/env watchman
|
||||||
# This is a script to set up the links in /dev in absence of e?(u|s?m)dev.
|
# 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'
|
service_type='oneshot'
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
#!/usr/bin/env watchman
|
#!/usr/bin/env watchman
|
||||||
# This is a script to set up the right permissions in /dev in absence of e?(u|s?m)dev.
|
# 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'
|
service_type='oneshot'
|
||||||
|
|
||||||
|
|
|
@ -5,8 +5,6 @@ service_command='/usr/bin/udevd'
|
||||||
|
|
||||||
cfg_udev_settle_timeout="${cfg_udev_settle_timeout:-60}"
|
cfg_udev_settle_timeout="${cfg_udev_settle_timeout:-60}"
|
||||||
|
|
||||||
depends devfs
|
|
||||||
|
|
||||||
udev.populate_dev() {
|
udev.populate_dev() {
|
||||||
watchman.msg "Populating /dev with udev..."
|
watchman.msg "Populating /dev with udev..."
|
||||||
udevadm trigger --type=subsystems --action=add
|
udevadm trigger --type=subsystems --action=add
|
||||||
|
|
|
@ -1,7 +1,5 @@
|
||||||
#!/usr/bin/env watchman
|
#!/usr/bin/env watchman
|
||||||
|
|
||||||
depends devfs
|
|
||||||
|
|
||||||
service_command='/usr/local/sbin/mdev'
|
service_command='/usr/local/sbin/mdev'
|
||||||
service_rgs='-s'
|
service_rgs='-s'
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
#!/usr/bin/env watchman
|
#!/usr/bin/env watchman
|
||||||
|
# As of spark-rc 1.1.5, this script is deprecated
|
||||||
|
|
||||||
service_type='oneshot'
|
service_type='oneshot'
|
||||||
|
|
||||||
|
|
|
@ -5,8 +5,6 @@ service_command='/usr/lib/systemd/systemd-udevd'
|
||||||
|
|
||||||
cfg_udev_settle_timeout="${cfg_udev_settle_timeout:-60}"
|
cfg_udev_settle_timeout="${cfg_udev_settle_timeout:-60}"
|
||||||
|
|
||||||
depends devfs
|
|
||||||
|
|
||||||
udev.populate_dev() {
|
udev.populate_dev() {
|
||||||
watchman.msg "Populating /dev with udev..."
|
watchman.msg "Populating /dev with udev..."
|
||||||
udevadm trigger --type=subsystems --action=add
|
udevadm trigger --type=subsystems --action=add
|
||||||
|
|
Loading…
Reference in New Issue
Block a user