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

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

1.32    ! perry       1: #      $NetBSD: rc.local,v 1.31 2008/06/09 21:58:57 ad 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.30      wennmach   13: echo -n 'Starting local daemons:'
1.1       cgd        14:
1.31      ad         15: # Add your local daemons here, eg:
1.26      lukem      16: #
1.32    ! perry      17: #if [ -x /path/to/daemon ]; then
        !            18: #      /path/to/daemon args
        !            19: #fi
1.1       cgd        20:
                     21: echo '.'

CVSweb <webmaster@jp.NetBSD.org>