Remove reundant quote.
[netbsd-mini2440.git] / etc / rc.local
blobc0f87af63932162c0cea7a2f92d42b4e30731fed
1 #       $NetBSD: rc.local,v 1.31 2008/06/09 21:58:57 ad Exp $
2 #       originally from: @(#)rc.local   8.3 (Berkeley) 4/28/94
4 # This file is (nearly) the last thing invoked by /etc/rc during a
5 # normal boot, via /etc/rc.d/local.
7 # It is intended to be edited locally to add site-specific boot-time
8 # actions, such as starting locally installed daemons.
10 # An alternative option is to create site-specific /etc/rc.d scripts.
13 echo -n 'Starting local daemons:'
15 # Add your local daemons here, eg:
17 #if [ -x /path/to/daemon ]; then
18 #       /path/to/daemon args
19 #fi
21 echo '.'