From 09f990a7c835d75f67cfe696a35e8c46e67c612f Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Wed, 5 Jan 2011 22:03:43 -0800 Subject: Implement explicit selection of subsystem types. - Fixes bugs #347583, #349389, both of which were triggered by cgroups being detected as the LXC subsystem type. - Makes it much easier to select "prefix" type. - "rc -S" will now print a warning if you have not configured rc_sys in /etc/rc.conf - All other semantics of rc_sys are unchanged in this patch. Signed-off-by: Robin H. Johnson --- etc/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'etc/Makefile') diff --git a/etc/Makefile b/etc/Makefile index ee1642e8..24e54550 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -7,3 +7,6 @@ MK= ../mk include ${MK}/os.mk include Makefile.${OS} include ${MK}/scripts.mk + +rc.conf: rc.conf.in rc.conf.${OS} + ${SED} ${SED_REPLACE} ${SED_EXTRA} $^ > $@ -- cgit v1.2.3