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.
This commit is contained in:
William Hubbs 2012-10-19 21:45:14 -05:00
parent 2a9de2df58
commit e8acdc6f85

View File

@ -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()