tools/llvm: Do not build with symbols
[minix3.git] / etc / rc.conf
blob518c9cef7efce65fe7f70089e32d0ee51201af8d
1 #       $NetBSD: rc.conf,v 1.96 2000/10/14 17:01:29 wiz Exp $
3 # see rc.conf(5) for more information.
5 # Use program=YES to enable program, NO to disable it. program_flags are
6 # passed to the program on the command line.
9 # Load the defaults in from /etc/defaults/rc.conf (if it's readable).
10 # These can be overridden below.
12 if [ -r /etc/defaults/rc.conf ]; then
13         . /etc/defaults/rc.conf
16 # If this is not set to YES, the system will drop into single-user mode.
18 rc_configured=NO
20 # Add local overrides below