summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Hubbs <williamh@gentoo.org>2011-02-13 21:15:18 -0600
committerWilliam Hubbs <williamh@gentoo.org>2011-04-30 21:46:14 -0500
commit9ea6722a3511a06eb670258be7274902b7c49b37 (patch)
tree67ed3b17ae01e2a975a31516334c3318166e106d
parentadd a message so we know autoconfig has started (diff)
downloadlivecd-tools-9ea6722a3511a06eb670258be7274902b7c49b37.tar.gz
livecd-tools-9ea6722a3511a06eb670258be7274902b7c49b37.tar.bz2
livecd-tools-9ea6722a3511a06eb670258be7274902b7c49b37.zip
start gpm-pre before gpm from autoconfig
-rwxr-xr-xinit.d/autoconfig1
-rwxr-xr-xinit.d/gpm-pre5
2 files changed, 1 insertions, 5 deletions
diff --git a/init.d/autoconfig b/init.d/autoconfig
index eb21020..55fbcfd 100755
--- a/init.d/autoconfig
+++ b/init.d/autoconfig
@@ -272,6 +272,7 @@ list_services() {
svcs="${svcs} $(check_svc ${APM} apmd)"
svcs="${svcs} $(check_svc ${BRLTTY} brltty)"
svcs="${svcs} $(check_svc ${COLDPLUG} coldplug hotplug)"
+ svcs="${svcs} $(check_svc ${GPM} gpm-pre)"
svcs="${svcs} $(check_svc ${GPM} gpm)"
svcs="${svcs} $(check_svc ${IDEDMA} hdparm)"
svcs="${svcs} $(check_svc ${NFS} nfsmount)"
diff --git a/init.d/gpm-pre b/init.d/gpm-pre
index af52b0e..f44e5c2 100755
--- a/init.d/gpm-pre
+++ b/init.d/gpm-pre
@@ -3,11 +3,6 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-# Do one of the following:
-# Add to /etc/rc.conf: rc_gpm_need="autoconfig-gpm-pre"
-# XOR
-# Add to /etc/conf.d/gpm: rc_need="autoconfig-gpm-pre"
-
depend() {
before gpm
need hwsetup