Date: Fri, 01 Dec 2000 14:17:43 -0800 (PST) From: John Baldwin <jhb@FreeBSD.org> To: Alfred Perlstein <alfred@FreeBSD.org> Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org, Dag-Erling Smorgrav <des@ofug.org>, "Daniel C. Sobral" <dcs@newsguy.com>, Sheldon Hearn <sheldonh@uunet.co.za> Subject: Re: cvs commit: src/sys/kern init_sysent.c kern_syscalls.c sysca Message-ID: <XFMail.001201141743.jhb@FreeBSD.org> In-Reply-To: <20001201095311.X8051@fw.wintelcom.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On 01-Dec-00 Alfred Perlstein wrote: > * Sheldon Hearn <sheldonh@uunet.co.za> [001201 05:08] wrote: >> >> >> On Fri, 01 Dec 2000 21:59:53 +0900, "Daniel C. Sobral" wrote: >> >> > This file is similar to rc.conf. Basically, you would line a line like: >> > >> > sysvipc_load="NO" # SysV IPC module >> >> Actually, more like what's attached below. However, I'm holding off on >> loader.conf and rc.conf until Alfred fixes the build. :-) > > My bikeshed would be adding an extra option "sysvipc_load" to load > all three. I could make a module that depends on all three > sub-modules, but it probably makes more sense to do that in the > config scripts rather than with a object file hack. Actually, making a sysvipc module might make sense. Just as you can kldload 'usb' to get all of USB, or 'pcm' to get all of sound, having a module that just depends on other modules would allow you to kldload 'sysvipc' and get all of the sysv ipc stuff. It also doesn't require any hacks in loader.conf. -- John Baldwin <jhb@FreeBSD.org> -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.Baldwin.cx/~john/pgpkey.asc "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?XFMail.001201141743.jhb>