From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QdENw-0008L3-UP for garchives@archives.gentoo.org; Sun, 03 Jul 2011 04:34:21 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5C48721C0B7; Sun, 3 Jul 2011 04:34:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 2AAA721C0B7 for ; Sun, 3 Jul 2011 04:34:12 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A0BE52AC05B for ; Sun, 3 Jul 2011 04:34:11 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id C7F3F8003D for ; Sun, 3 Jul 2011 04:34:10 +0000 (UTC) From: "William Hubbs" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" Message-ID: <9076baa573a6e7a0ad7fb0de1919b051c8b3b012.WilliamH@gentoo> Subject: [gentoo-commits] proj/openrc:master commit in: sh/ X-VCS-Repository: proj/openrc X-VCS-Files: sh/functions.sh.in X-VCS-Directories: sh/ X-VCS-Committer: WilliamH X-VCS-Committer-Name: William Hubbs X-VCS-Revision: 9076baa573a6e7a0ad7fb0de1919b051c8b3b012 Date: Sun, 3 Jul 2011 04:34:10 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 4cc7c18f39580fda8674cebda067cc41 commit: 9076baa573a6e7a0ad7fb0de1919b051c8b3b012 Author: William Hubbs gentoo org> AuthorDate: Sun Jul 3 04:33:23 2011 +0000 Commit: William Hubbs gentoo org> CommitDate: Sun Jul 3 04:33:23 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/openrc.git;a=3D= commit;h=3D9076baa5 slight formatting change Add a new line after "rc_runlevel()" for consistency. --- sh/functions.sh.in | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/sh/functions.sh.in b/sh/functions.sh.in index 0f0e1a9..1d1b0cd 100644 --- a/sh/functions.sh.in +++ b/sh/functions.sh.in @@ -38,7 +38,8 @@ yesno() esac } =20 -rc_runlevel() { +rc_runlevel() +{ rc-status --runlevel } =20