From cfba78fab6d66d47f87a7dc4bac262e5c3767ad1 Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Sun, 13 Feb 2011 21:15:18 -0600 Subject: start gpm-pre before gpm from autoconfig --- init.d/autoconfig | 1 + init.d/gpm-pre | 5 ----- 2 files changed, 1 insertion(+), 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 -- cgit v1.2.3-18-g5258