From 902f317440dd2129c49f3b3c62ed75d99766cfcb Mon Sep 17 00:00:00 2001 From: fbt Date: Mon, 28 Jul 2014 07:50:01 +0400 Subject: [PATCH] devfs and miscfs were merged into spark-rc --- init.d/devfs | 1 + init.d/devfs-links | 1 - init.d/devfs-permissions | 1 - init.d/eudev | 2 -- init.d/mdev | 2 -- init.d/miscfs | 1 + init.d/systemd-udevd | 2 -- 7 files changed, 2 insertions(+), 8 deletions(-) diff --git a/init.d/devfs b/init.d/devfs index aedbcc8..d166c80 100755 --- a/init.d/devfs +++ b/init.d/devfs @@ -1,4 +1,5 @@ #!/usr/bin/env watchman +# As of spark-rc 1.1.5, this script is deprecated service_type='oneshot' diff --git a/init.d/devfs-links b/init.d/devfs-links index 31e2e60..1fd68e9 100755 --- a/init.d/devfs-links +++ b/init.d/devfs-links @@ -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' diff --git a/init.d/devfs-permissions b/init.d/devfs-permissions index 8eeb5c4..eb41ec2 100755 --- a/init.d/devfs-permissions +++ b/init.d/devfs-permissions @@ -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' diff --git a/init.d/eudev b/init.d/eudev index dd9fa48..19de506 100755 --- a/init.d/eudev +++ b/init.d/eudev @@ -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 diff --git a/init.d/mdev b/init.d/mdev index 23ce0cb..83adcc4 100755 --- a/init.d/mdev +++ b/init.d/mdev @@ -1,7 +1,5 @@ #!/usr/bin/env watchman -depends devfs - service_command='/usr/local/sbin/mdev' service_rgs='-s' diff --git a/init.d/miscfs b/init.d/miscfs index 7d3dd34..6bec271 100755 --- a/init.d/miscfs +++ b/init.d/miscfs @@ -1,4 +1,5 @@ #!/usr/bin/env watchman +# As of spark-rc 1.1.5, this script is deprecated service_type='oneshot' diff --git a/init.d/systemd-udevd b/init.d/systemd-udevd index 2c3ddb4..3af498a 100755 --- a/init.d/systemd-udevd +++ b/init.d/systemd-udevd @@ -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