This brings our tree to NetBSD 7.0, as found on -current on the 10-10-2015. This updates: - LLVM to 3.6.1 - GCC to GCC 5.1 - Replace minix/commands/zdump with usr.bin/zdump - external/bsd/libelf has moved to /external/bsd/elftoolchain/ - Import ctwm - Drop sprintf from libminc Change-Id: I149836ac18e9326be9353958bab9b266efb056f0
22 lines
520 B
Plaintext
22 lines
520 B
Plaintext
# $NetBSD: rc.conf,v 1.97 2014/07/14 12:29:48 mbalmer Exp $
|
|
#
|
|
# See rc.conf(5) for more information.
|
|
#
|
|
# Use program=YES to enable program, NO to disable it. program_flags are
|
|
# passed to the program on the command line.
|
|
#
|
|
|
|
# Load the defaults in from /etc/defaults/rc.conf (if it's readable).
|
|
# These can be overridden below.
|
|
#
|
|
if [ -r /etc/defaults/rc.conf ]; then
|
|
. /etc/defaults/rc.conf
|
|
fi
|
|
|
|
# If this is not set to YES, the system will drop into single-user mode.
|
|
#
|
|
rc_configured=NO
|
|
|
|
# Add local overrides below.
|
|
#
|