diff options
author | William Hubbs <williamh@gentoo.org> | 2011-12-29 17:27:54 -0600 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2011-12-29 17:28:05 -0600 |
commit | 6c8e8e2a964d28cc3924e61a371412f97d51b771 (patch) | |
tree | a856a6c97fba09729fc28ddbd8de6d3a88857cf1 /init.d | |
parent | 29da0c8bf0b377dcdc7ca489bd783d804f444437 (diff) |
disable /run migration until we have /run in baselayout
Diffstat (limited to 'init.d')
-rw-r--r-- | init.d/bootmisc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init.d/bootmisc.in b/init.d/bootmisc.in index 96455ad7..50c56413 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 |