From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 9A4A3138476 for ; Mon, 28 Oct 2013 20:41:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BAD20E0B50; Mon, 28 Oct 2013 20:41:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 188E9E0A6B for ; Mon, 28 Oct 2013 20:41:57 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2CF9A33F0EF for ; Mon, 28 Oct 2013 20:41:56 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id D5604E5461 for ; Mon, 28 Oct 2013 20:41:54 +0000 (UTC) From: "William Hubbs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" Message-ID: <1382992847.1a43ce11d08c00ad8b1796acb975ec9cd71eab86.williamh@OpenRC> Subject: [gentoo-commits] proj/openrc:openrc-0.12.x commit in: init.d/ X-VCS-Repository: proj/openrc X-VCS-Files: init.d/bootmisc.in X-VCS-Directories: init.d/ X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: 1a43ce11d08c00ad8b1796acb975ec9cd71eab86 X-VCS-Branch: openrc-0.12.x Date: Mon, 28 Oct 2013 20:41:54 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: ced641c6-a932-4f93-ad67-fa9fa5cbb271 X-Archives-Hash: 463affe3a6e417f5c2858f0b1d52cded commit: 1a43ce11d08c00ad8b1796acb975ec9cd71eab86 Author: William Hubbs gmail com> AuthorDate: Mon Oct 28 20:21:50 2013 +0000 Commit: William Hubbs gentoo org> CommitDate: Mon Oct 28 20:40:47 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/openrc.git;a=commit;h=1a43ce11 bootmisc: do not run clean_run on VSERVER systems X-Gentoo-Bug: 489370 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=489370 --- init.d/bootmisc.in | 1 + 1 file changed, 1 insertion(+) diff --git a/init.d/bootmisc.in b/init.d/bootmisc.in index a7e54a7..526ebff 100644 --- a/init.d/bootmisc.in +++ b/init.d/bootmisc.in @@ -117,6 +117,7 @@ migrate_to_run() clean_run() { + [ "$RC_SYS" = VSERVER ] && return 0 local dir dir=$(mktemp -d) mount --bind / $dir