make service look in /etc/system.conf.d/<progname> first for config file.
This makes it easier to
- have non-base system drivers (get clobbered by global system.conf)
- have drivers as packages (can't touch global system.conf)
- make configs part of the drivers/servers instead of in global file
(makes system parts more self-contained)
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
755 root operator /dev
|
||||
/dev/mouse -> /dev/kbdaux
|
||||
755 root operator /etc
|
||||
755 root operator /etc/system.conf.d
|
||||
755 root operator /boot
|
||||
755 root operator /boot/image
|
||||
555 root operator /mnt
|
||||
|
||||
Reference in New Issue
Block a user