Home | History | Annotate | Line # | Download | only in etc
rc.local revision 1.25
      1  1.25  hubertf #	$NetBSD: rc.local,v 1.25 1998/11/20 17:26:32 hubertf 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.25  hubertf #if [ -f /usr/pkg/etc/rc.d/sshd.sh ]; then
     15  1.24   simonb #	/usr/pkg/etc/rc.d/sshd.sh
     16  1.22    veego #fi
     17   1.1      cgd 
     18   1.1      cgd echo '.'
     19