[PLUG] More Slackware init script questions
Rich Shepard
rshepard at appl-ecosys.com
Tue Sep 21 11:53:15 PDT 2004
In /etc/rc.d/rc.M are sections to fire up httpd and gpm upon booting:
# Start Apache web server:
if [ -x /etc/rc.d/rc.httpd ]; then
. /etc/rc.d/rc.httpd start
fi
# Start the GPM mouse server:
if [ -x /etc/rc.d/rc.gpm ]; then
. /etc/rc.d/rc.gpm start
fi
Both rc.httpd and rc.gpm exist and are executable. But, neither is invoked
during boot. I need to manually fire them up -- as root, of course. Can
someone please explain why these aren't working?
Puzzled,
Rich
--
Dr. Richard B. Shepard, President
Applied Ecosystem Services, Inc. (TM)
<http://www.appl-ecosys.com>
More information about the PLUG
mailing list