summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-fs/udev/files/136/udev.initd')
-rw-r--r--sys-fs/udev/files/136/udev.initd6
1 files changed, 5 insertions, 1 deletions
diff --git a/sys-fs/udev/files/136/udev.initd b/sys-fs/udev/files/136/udev.initd
index e6c6f67ca04a..60c967238005 100644
--- a/sys-fs/udev/files/136/udev.initd
+++ b/sys-fs/udev/files/136/udev.initd
@@ -15,7 +15,11 @@ depend()
# on linux we just check if sysfs init-script exists
# this is to silence out ugly warnings about not-existing sysfs script
provide dev
- need sysfs udev-mount udev-dev-tarball
+ if yesno "${rc_device_tarball:-no}"; then
+ need sysfs udev-mount udev-dev-tarball
+ else
+ need sysfs udev-mount
+ fi
before checkfs fsck
# udev does not work inside vservers