[BACK]Return to rc.local CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / etc

Annotation of src/etc/rc.local, Revision 1.26

1.26    ! lukem       1: #      $NetBSD: rc.local,v 1.25 1998/11/20 17:26:32 hubertf Exp $
1.20      perry       2: #      originally from: @(#)rc.local   8.3 (Berkeley) 4/28/94
1.1       cgd         3: #
1.20      perry       4: # This file is (nearly) the last thing invoked by /etc/rc during a
1.26    ! lukem       5: # normal boot, via /etc/rc.d/local.
        !             6: #
1.20      perry       7: # It is intended to be edited locally to add site-specific boot-time
                      8: # actions, such as starting locally installed daemons.
1.1       cgd         9: #
1.26    ! lukem      10: # An alternative option is to create site-specific /etc/rc.d scripts.
        !            11: #
1.13      cgd        12:
1.1       cgd        13: echo -n 'starting local daemons:'
                     14:
1.26    ! lukem      15: # Add your local daemons here.
        !            16: #
1.21      cjs        17:
1.25      hubertf    18: #if [ -f /usr/pkg/etc/rc.d/sshd.sh ]; then
1.24      simonb     19: #      /usr/pkg/etc/rc.d/sshd.sh
1.22      veego      20: #fi
1.1       cgd        21:
                     22: echo '.'

CVSweb <webmaster@jp.NetBSD.org>