summaryrefslogtreecommitdiff
path: root/init.d
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:45:14 -0500
commite8acdc6f856075d31dc16563ba03ab21eed3edf8 (patch)
tree6f57c3b22e27f520eea1bd9b4cd05169d84cb64f /init.d
parent2a9de2df5825708f67cb2decbe0368bad2ae3dd2 (diff)
downloadopenrc-e8acdc6f856075d31dc16563ba03ab21eed3edf8.tar.gz
openrc-e8acdc6f856075d31dc16563ba03ab21eed3edf8.tar.bz2
openrc-e8acdc6f856075d31dc16563ba03ab21eed3edf8.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.
Diffstat (limited to 'init.d')
-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()