Do not start it by default just yet. Change-Id: Id8d2dd33eb67ae74b3ef3060638e20c781e8e37d
16 lines
524 B
Plaintext
16 lines
524 B
Plaintext
# Minix-specific rc.conf default values
|
|
|
|
# Override settings in NetBSD's default rc.conf with different default settings
|
|
# for MINIX here, typically to disable scripts that NetBSD enables by default.
|
|
inetd=NO
|
|
|
|
# Where to find servers/drivers binaries
|
|
PKG_SERVICE_DIR=/usr/pkg/service
|
|
SERVICES_DIRS="/service $PKG_SERVICE_DIR"
|
|
|
|
# Where to find system.conf files and system.conf.d directories
|
|
# for servers/drivers
|
|
SYSTEM_CONF_SUBDIR=system.conf.d
|
|
PKG_SYSTEM_CONF_DIR=/usr/pkg/etc
|
|
SYSTEM_CONF_DIRS="/etc $PKG_SYSTEM_CONF_DIR"
|