2002-07-23 14:48:01 +04:00
|
|
|
# $NetBSD: rc.local,v 1.30 2002/07/23 10:48:01 wennmach Exp $
|
1997-04-19 07:10:57 +04:00
|
|
|
# originally from: @(#)rc.local 8.3 (Berkeley) 4/28/94
|
1993-03-21 12:45:37 +03:00
|
|
|
#
|
1997-04-19 07:10:57 +04:00
|
|
|
# This file is (nearly) the last thing invoked by /etc/rc during a
|
2000-07-22 05:50:30 +04:00
|
|
|
# normal boot, via /etc/rc.d/local.
|
|
|
|
#
|
1997-04-19 07:10:57 +04:00
|
|
|
# It is intended to be edited locally to add site-specific boot-time
|
|
|
|
# actions, such as starting locally installed daemons.
|
1993-03-21 12:45:37 +03:00
|
|
|
#
|
2000-07-22 05:50:30 +04:00
|
|
|
# An alternative option is to create site-specific /etc/rc.d scripts.
|
|
|
|
#
|
1993-03-21 12:45:37 +03:00
|
|
|
|
2002-07-23 14:48:01 +04:00
|
|
|
echo -n 'Starting local daemons:'
|
1993-03-21 12:45:37 +03:00
|
|
|
|
2000-07-22 05:50:30 +04:00
|
|
|
# Add your local daemons here.
|
|
|
|
#
|
1993-03-21 12:45:37 +03:00
|
|
|
|
2000-10-07 04:22:44 +04:00
|
|
|
#if [ -f /usr/pkg/etc/rc.d/apache ]; then
|
|
|
|
# /usr/pkg/etc/rc.d/apache start
|
1997-08-29 14:29:07 +04:00
|
|
|
#fi
|
1997-08-29 06:24:04 +04:00
|
|
|
|
1993-03-21 12:45:37 +03:00
|
|
|
echo '.'
|