xref: /netbsd-src/etc/rc.local (revision 481fca6e59249d8ffcf24fef7cfbe7b131bfb080)
1#	$NetBSD: rc.local,v 1.25 1998/11/20 17:26:32 hubertf Exp $
2#	originally from: @(#)rc.local	8.3 (Berkeley) 4/28/94
3#
4# This file is (nearly) the last thing invoked by /etc/rc during a
5# normal boot.
6# It is intended to be edited locally to add site-specific boot-time
7# actions, such as starting locally installed daemons.
8#
9
10echo -n 'starting local daemons:'
11
12# add your local daemons here, following the startup models in /etc/rc
13
14#if [ -f /usr/pkg/etc/rc.d/sshd.sh ]; then
15#	/usr/pkg/etc/rc.d/sshd.sh
16#fi
17
18echo '.'
19