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:
William Hubbs 2012-01-05 06:55:08 -06:00
parent f583030e3c
commit dbfcf23273

View File

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