Gentoo Archives: gentoo-commits

From: William Hubbs <williamh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/livecd-tools:master commit in: init.d/
Date: Sun, 01 May 2011 02:51:35
Message-Id: 9ea6722a3511a06eb670258be7274902b7c49b37.williamH@gentoo
1 commit: 9ea6722a3511a06eb670258be7274902b7c49b37
2 Author: William Hubbs <williamh <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 14 03:15:18 2011 +0000
4 Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
5 CommitDate: Sun May 1 02:46:14 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/livecd-tools.git;a=commit;h=9ea6722a
7
8 start gpm-pre before gpm from autoconfig
9
10 ---
11 init.d/autoconfig | 1 +
12 init.d/gpm-pre | 5 -----
13 2 files changed, 1 insertions(+), 5 deletions(-)
14
15 diff --git a/init.d/autoconfig b/init.d/autoconfig
16 index eb21020..55fbcfd 100755
17 --- a/init.d/autoconfig
18 +++ b/init.d/autoconfig
19 @@ -272,6 +272,7 @@ list_services() {
20 svcs="${svcs} $(check_svc ${APM} apmd)"
21 svcs="${svcs} $(check_svc ${BRLTTY} brltty)"
22 svcs="${svcs} $(check_svc ${COLDPLUG} coldplug hotplug)"
23 + svcs="${svcs} $(check_svc ${GPM} gpm-pre)"
24 svcs="${svcs} $(check_svc ${GPM} gpm)"
25 svcs="${svcs} $(check_svc ${IDEDMA} hdparm)"
26 svcs="${svcs} $(check_svc ${NFS} nfsmount)"
27
28 diff --git a/init.d/gpm-pre b/init.d/gpm-pre
29 index af52b0e..f44e5c2 100755
30 --- a/init.d/gpm-pre
31 +++ b/init.d/gpm-pre
32 @@ -3,11 +3,6 @@
33 # Distributed under the terms of the GNU General Public License v2
34 # $Header: $
35
36 -# Do one of the following:
37 -# Add to /etc/rc.conf: rc_gpm_need="autoconfig-gpm-pre"
38 -# XOR
39 -# Add to /etc/conf.d/gpm: rc_need="autoconfig-gpm-pre"
40 -
41 depend() {
42 before gpm
43 need hwsetup