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 CC3151381F3 for ; Fri, 30 Nov 2012 18:06:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 92A6E21C20A; Fri, 30 Nov 2012 18:05:55 +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 0524721C205 for ; Fri, 30 Nov 2012 18:05:54 +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 EC32D33E17D for ; Fri, 30 Nov 2012 18:05:53 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 791CAE5436 for ; Fri, 30 Nov 2012 18:05:52 +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: <1354298726.c5e163cffc61769f819d4599c2b6a525f7d6212b.WilliamH@OpenRC> Subject: [gentoo-commits] proj/openrc:master 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: c5e163cffc61769f819d4599c2b6a525f7d6212b X-VCS-Branch: master Date: Fri, 30 Nov 2012 18:05:52 +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: 9c3ba2b9-efee-410f-98f6-c4511ec46496 X-Archives-Hash: ea0c0fdb0190634238b1c791e0be7ad1 commit: c5e163cffc61769f819d4599c2b6a525f7d6212b Author: William Hubbs gmail com> AuthorDate: Fri Nov 30 18:05:26 2012 +0000 Commit: William Hubbs gentoo org> CommitDate: Fri Nov 30 18:05:26 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/openrc.git;a=commit;h=c5e163cf 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"