1 1.22 veego # $NetBSD: rc.local,v 1.22 1997/08/29 10:29:07 veego 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.22 veego #if [ -f /usr/local/sbin/sshd ]; then 15 1.22 veego # echo -n ' sshd'; /usr/local/sbin/sshd 16 1.22 veego #fi 17 1.1 cgd 18 1.1 cgd echo '.' 19