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 E55A71381F3 for ; Fri, 30 Nov 2012 18:08:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C1A6A21C213; Fri, 30 Nov 2012 18:07:52 +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 2D64B21C20D for ; Fri, 30 Nov 2012 18:07:52 +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 31FA533E185 for ; Fri, 30 Nov 2012 18:07:51 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id B5BDAE5436 for ; Fri, 30 Nov 2012 18:07:48 +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: <1354298853.ded282f16329efa78a38c8e64303d1f03426907c.WilliamH@OpenRC> Subject: [gentoo-commits] proj/openrc:openrc-0.11.x commit in: init.d/ X-VCS-Repository: proj/openrc X-VCS-Files: init.d/localmount.in X-VCS-Directories: init.d/ X-VCS-Committer: WilliamH X-VCS-Committer-Name: William Hubbs X-VCS-Revision: ded282f16329efa78a38c8e64303d1f03426907c X-VCS-Branch: openrc-0.11.x Date: Fri, 30 Nov 2012 18:07:48 +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: 53db7786-8c9c-41ed-93e2-ff477e02a586 X-Archives-Hash: 59200eda2cb8974b71fb32903db350df commit: ded282f16329efa78a38c8e64303d1f03426907c Author: William Hubbs gmail com> AuthorDate: Fri Nov 30 18:05:26 2012 +0000 Commit: William Hubbs gentoo org> CommitDate: Fri Nov 30 18:07:33 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/openrc.git;a=commit;h=ded282f1 typo fixes --- init.d/localmount.in | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/init.d/localmount.in b/init.d/localmount.in index ab0b1b5..232adf4 100644 --- a/init.d/localmount.in +++ b/init.d/localmount.in @@ -22,8 +22,8 @@ start() if [ "$RC_UNAME" = Linux ]; then no_netdev="-O no_netdev" - if [ mountinfo -q /usr ]; then - touch $rc_svcdir/usr_premounted + if mountinfo -q /usr; then + touch $RC_SVCDIR/usr_premounted fi fi ebegin "Mounting local filesystems"