Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 01 Dec 2000 15:06:59 +0200
From:      Sheldon Hearn <sheldonh@uunet.co.za>
To:        "Daniel C. Sobral" <dcs@newsguy.com>
Cc:        Alfred Perlstein <alfred@freebsd.org>, Dag-Erling Smorgrav <des@ofug.org>, cvs-committers@freebsd.org, cvs-all@freebsd.org
Subject:   Re: cvs commit: src/sys/kern init_sysent.c kern_syscalls.c syscalls.c syscalls.master sysv_ipc.c sysv_msg.c sysv_sem.c sysv_shm.c src/sys/modules Makefile src/sys/modules/sysvipc/sysvmsg Makefile src/sys/modules/sysvipc/sysvsem Makefile src/sys/modules/sysvipc/sysvshm ... 
Message-ID:  <22208.975676019@axl.fw.uunet.co.za>
In-Reply-To: Your message of "Fri, 01 Dec 2000 21:59:53 %2B0900." <3A27A0C9.E64DD13D@newsguy.com> 

next in thread | previous in thread | raw e-mail | index | archive | help


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. :-)

Ciao,
Sheldon.

Index: /usr/src/sys/boot/forth/loader.conf
===================================================================
RCS file: /home/ncvs/src/sys/boot/forth/loader.conf,v
retrieving revision 1.39
diff -u -d -r1.39 loader.conf
--- /usr/src/sys/boot/forth/loader.conf	2000/10/30 10:55:03	1.39
+++ /usr/src/sys/boot/forth/loader.conf	2000/12/01 13:06:13
@@ -124,6 +124,9 @@
 linux_load="NO"			# Linux emulation
 svr4_load="NO"			# SystemV R4 emulation
 streams_load="NO"		# System V streams module
+sysvmsg_load="NO"		# System V message queues
+sysvsem_load="NO"		# System V semaphores
+sysvshm_load="NO"		# System V shared memory
 
 
 ##############################################################


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?22208.975676019>