really disable /var/{lock,run} migration to /run
This needs to be disabled until we have tmpfiles.d support. The previous method did not disable it correctly.
This commit is contained in:
parent
f583030e3c
commit
dbfcf23273
@ -117,7 +117,7 @@ start()
|
||||
fi
|
||||
done
|
||||
|
||||
if [ "$RC_UNAME" = Linux -a -d /run -a false ]; then
|
||||
if [ "$RC_UNAME" = Linux -a -d /run ] && false; then
|
||||
migrate_to_run /var/lock /run/lock
|
||||
migrate_to_run /var/run /run
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user