diff options
author | 2011-02-13 21:15:18 -0600 | |
---|---|---|
committer | 2011-02-13 21:15:18 -0600 | |
commit | cfba78fab6d66d47f87a7dc4bac262e5c3767ad1 (patch) | |
tree | 614a1cce4df6115ab85b75e9d8157891055badcc | |
parent | add a message so we know autoconfig has started (diff) | |
download | livecd-tools-cfba78fab6d66d47f87a7dc4bac262e5c3767ad1.tar.gz livecd-tools-cfba78fab6d66d47f87a7dc4bac262e5c3767ad1.tar.bz2 livecd-tools-cfba78fab6d66d47f87a7dc4bac262e5c3767ad1.zip |
start gpm-pre before gpm from autoconfig
-rwxr-xr-x | init.d/autoconfig | 1 | ||||
-rwxr-xr-x | init.d/gpm-pre | 5 |
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 |