1 1.21 cjs # $NetBSD: rc.local,v 1.21 1997/08/29 02:24:07 cjs Exp $ 2 1.20 perry # originally from: @(#)rc.local 8.3 (Berkeley) 4/28/94 3 1.1 cgd # 4 1.20 perry # This file is (nearly) the last thing invoked by /etc/rc during a 5 1.20 perry # normal boot. 6 1.20 perry # It is intended to be edited locally to add site-specific boot-time 7 1.20 perry # actions, such as starting locally installed daemons. 8 1.1 cgd # 9 1.13 cgd 10 1.1 cgd echo -n 'starting local daemons:' 11 1.1 cgd 12 1.20 perry # add your local daemons here, following the startup models in /etc/rc 13 1.21 cjs 14 1.21 cjs echo -n ' sshd'; sshd 15 1.1 cgd 16 1.1 cgd echo '.' 17