1998-11-20 20:26:32 +03:00
|
|
|
# $NetBSD: rc.local,v 1.25 1998/11/20 17:26:32 hubertf 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
|
|
|
|
# normal boot.
|
|
|
|
# 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
|
|
|
#
|
|
|
|
|
|
|
|
echo -n 'starting local daemons:'
|
|
|
|
|
1997-04-19 07:10:57 +04:00
|
|
|
# add your local daemons here, following the startup models in /etc/rc
|
1993-03-21 12:45:37 +03:00
|
|
|
|
1998-11-20 20:26:32 +03:00
|
|
|
#if [ -f /usr/pkg/etc/rc.d/sshd.sh ]; then
|
1998-11-05 04:36:09 +03:00
|
|
|
# /usr/pkg/etc/rc.d/sshd.sh
|
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 '.'
|