summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Hubbs <w.d.hubbs@gmail.com>2012-10-19 21:45:14 -0500
committerWilliam Hubbs <w.d.hubbs@gmail.com>2012-10-19 21:52:20 -0500
commit84820085594d6699a3c5ee08b4997fec8f323f10 (patch)
tree6f57c3b22e27f520eea1bd9b4cd05169d84cb64f
parent463d4ef00a0a2e9423d375f8224ad140eb2b19a8 (diff)
downloadopenrc-84820085594d6699a3c5ee08b4997fec8f323f10.tar.gz
openrc-84820085594d6699a3c5ee08b4997fec8f323f10.tar.bz2
openrc-84820085594d6699a3c5ee08b4997fec8f323f10.tar.xz
tmfiles: change need dev to use dev.
This is being changed to use for the reason I stated in the previous commit. There is no guarantee that someone is using a device manager.
-rw-r--r--init.d/tmpfilesd.sysinit.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.d/tmpfilesd.sysinit.in b/init.d/tmpfilesd.sysinit.in
index c4c2a2f..303a1cf 100644
--- a/init.d/tmpfilesd.sysinit.in
+++ b/init.d/tmpfilesd.sysinit.in
@@ -8,7 +8,7 @@ depend()
{
# Convert to 'need dev' when the new udev is ready, for OpenRC 0.11
#need dev-mount
- need dev
+ use dev
}
start()