From owner-freebsd-current Tue Oct 10 10:48:47 1995 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id KAA27592 for current-outgoing; Tue, 10 Oct 1995 10:48:47 -0700 Received: from meter.eng.uci.edu (root@meter.eng.uci.edu [128.200.85.3]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id KAA27587 for ; Tue, 10 Oct 1995 10:48:43 -0700 Received: from newport.ece.uci.edu by meter.eng.uci.edu (8.7) id KAA18753; Tue, 10 Oct 1995 10:48:41 -0700 (PDT) Received: from localhost by newport.ece.uci.edu (8.7) id KAA21676; Tue, 10 Oct 1995 10:48:39 -0700 (PDT) Message-Id: <199510101748.KAA21676@newport.ece.uci.edu> To: se@zpr.uni-koeln.de (Stefan Esser) cc: current@freebsd.org Subject: Re: cvs commit: src/sys/i386/ibcs2 ibcs2_ioctl.h ibcs2_ipc.h ibcs2_isc_syscall.h ibcs2_isc_sysent.c ... In-reply-to: Your message of "Tue, 10 Oct 1995 11:20:24 BST." <199510101020.AA12316@Sysiphos> Date: Tue, 10 Oct 1995 10:48:38 -0700 From: Steven Wallace Sender: owner-current@freebsd.org Precedence: bulk > On Oct 10, 0:59, Steven Wallace wrote: > } Subject: cvs commit: src/sys/i386/ibcs2 ibcs2_ioctl.h ibcs2_ipc.h ibcs2_is > } swallace 95/10/10 00:59:31 > > } o alternate /emul/ibcs2 namespace searched first for files in ibcs2 > } system. Usefull to keep sysv libraries, binaries in /emul/ibcs2. > > Looks very nice indeed ! Merci > > But I think that the the emulation libraries and binaries > should be put in a directory below /usr, not in /emul ... > Yeah, just do a symbolic link into /usr. I think it is better to leave it as root because you could mount a linux or sysv partition into /compat/xxx w/o having to depend on /usr. > (BTW: It's /emul/ibsc2 and /compat/linux currently ...) I just changed this, thanks.