From dbfcf232734439da3ded008af36fc1128375b437 Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Thu, 5 Jan 2012 06:55:08 -0600 Subject: 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. --- init.d/bootmisc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.d/bootmisc.in b/init.d/bootmisc.in index 50c5641..ee3c20c 100644 --- a/init.d/bootmisc.in +++ b/init.d/bootmisc.in @@ -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 -- cgit v1.2.3