]> Zhao Yanbai Git Server - minix.git/commit
make service look in /etc/system.conf.d/<progname> first for config file.
authorBen Gras <ben@minix3.org>
Tue, 31 Aug 2010 14:33:31 +0000 (14:33 +0000)
committerBen Gras <ben@minix3.org>
Tue, 31 Aug 2010 14:33:31 +0000 (14:33 +0000)
commitb1847ae244bde34fe8f832018ba79bbcb3a799cb
tree314d4039d3bec479c1ef8749cc0678d4df96931d
parent1f2054c89cf49ca9883fe39d5ce80fb969bac6dd
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)
commands/service/service.c
etc/mtree/minix.tree
include/minix/paths.h