minix/etc/minix.rc.conf
Ben Gras 349a158056 base system hooks for pkgsrc drivers
. 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
2011-11-16 16:18:21 +01:00

12 lines
362 B
Plaintext

# 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"