Gentoo Archives: gentoo-commits

From: William Hubbs <williamh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/openrc:master commit in: sh/
Date: Sun, 03 Jul 2011 04:34:21
Message-Id: 9076baa573a6e7a0ad7fb0de1919b051c8b3b012.WilliamH@gentoo
1 commit: 9076baa573a6e7a0ad7fb0de1919b051c8b3b012
2 Author: William Hubbs <williamh <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 3 04:33:23 2011 +0000
4 Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 3 04:33:23 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/openrc.git;a=commit;h=9076baa5
7
8 slight formatting change
9
10 Add a new line after "rc_runlevel()" for consistency.
11
12 ---
13 sh/functions.sh.in | 3 ++-
14 1 files changed, 2 insertions(+), 1 deletions(-)
15
16 diff --git a/sh/functions.sh.in b/sh/functions.sh.in
17 index 0f0e1a9..1d1b0cd 100644
18 --- a/sh/functions.sh.in
19 +++ b/sh/functions.sh.in
20 @@ -38,7 +38,8 @@ yesno()
21 esac
22 }
23
24 -rc_runlevel() {
25 +rc_runlevel()
26 +{
27 rc-status --runlevel
28 }