1062293981
. always install them (overwrite) . source minix one from /etc/defaults/rc.conf so that it'll get read on existing installs without overwriting rc.conf (doesn't happen by default as it's user-editable), needed for new netconf system . reported by Tenkawa
11 lines
362 B
Text
11 lines
362 B
Text
# Minix-specific rc.conf default values
|
|
|
|
# Where to find servers/drivers binaries
|
|
PKG_SERVICE_DIR=/usr/pkg/minixservices
|
|
SERVICES_DIRS="/usr/sbin $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"
|