From 6c8e8e2a964d28cc3924e61a371412f97d51b771 Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Thu, 29 Dec 2011 17:27:54 -0600 Subject: disable /run migration until we have /run in baselayout --- init.d/bootmisc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'init.d/bootmisc.in') diff --git a/init.d/bootmisc.in b/init.d/bootmisc.in index 96455ad..50c5641 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 ]; then + if [ "$RC_UNAME" = Linux -a -d /run -a false ]; then migrate_to_run /var/lock /run/lock migrate_to_run /var/run /run fi -- cgit v1.2.3