diff options
author | William Hubbs <w.d.hubbs@gmail.com> | 2012-10-19 21:45:14 -0500 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2012-10-19 21:45:14 -0500 |
commit | e8acdc6f856075d31dc16563ba03ab21eed3edf8 (patch) | |
tree | 6f57c3b22e27f520eea1bd9b4cd05169d84cb64f /init.d/tmpfilesd.sysinit.in | |
parent | 2a9de2df5825708f67cb2decbe0368bad2ae3dd2 (diff) |
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/tmpfilesd.sysinit.in')
-rw-r--r-- | init.d/tmpfilesd.sysinit.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init.d/tmpfilesd.sysinit.in b/init.d/tmpfilesd.sysinit.in index c4c2a2fc..303a1cf2 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() |