Gentoo Archives: gentoo-commits

From: "William Hubbs (williamh)" <williamh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/openrc: openrc-9999.ebuild
Date: Fri, 28 Sep 2012 19:56:26
Message-Id: 20120928195615.1C67121600@flycatcher.gentoo.org
1 williamh 12/09/28 19:56:15
2
3 Modified: openrc-9999.ebuild
4 Log:
5 one more prefix fix.
6
7 (Portage version: 2.2.0_alpha134/cvs/Linux i686)
8
9 Revision Changes Path
10 1.105 sys-apps/openrc/openrc-9999.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild?rev=1.105&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild?rev=1.105&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild?r1=1.104&r2=1.105
15
16 Index: openrc-9999.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild,v
19 retrieving revision 1.104
20 retrieving revision 1.105
21 diff -u -r1.104 -r1.105
22 --- openrc-9999.ebuild 28 Sep 2012 16:32:31 -0000 1.104
23 +++ openrc-9999.ebuild 28 Sep 2012 19:56:14 -0000 1.105
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild,v 1.104 2012/09/28 16:32:31 williamh Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild,v 1.105 2012/09/28 19:56:14 williamh Exp $
29
30 EAPI=4
31
32 @@ -161,7 +161,7 @@
33 fi
34
35 elog "Auto-adding '${initd}' service to your ${runlevel} runlevel"
36 - ln -snf /etc/init.d/${initd} "${EROOT}"/etc/runlevels/${runlevel}/${initd}
37 + ln -snf "${EROOT}"/etc/init.d/${initd} "${EROOT}"/etc/runlevels/${runlevel}/${initd}
38 }
39 add_boot_init_mit_config() {
40 local config=$1 initd=$2