349a158056
. rc script and service know to look in /usr/pkg/.. for extra binaries and conf files . service split into parsing config and doing RS request so that a new utility (printconfig) can just print the config in machine-parseable format for netconf integration . converted all base system eth drivers/netconf
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"
|