From owner-cvs-all Thu Nov 2 15: 2: 0 2000 Delivered-To: cvs-all@freebsd.org Received: from lists01.iafrica.com (lists01.iafrica.com [196.7.0.141]) by hub.freebsd.org (Postfix) with ESMTP id CC47C37B479; Thu, 2 Nov 2000 15:01:52 -0800 (PST) Received: from nwl.fw.uunet.co.za ([196.31.2.162]) by lists01.iafrica.com with esmtp (Exim 3.12 #2) id 13rTMc-0000qv-00; Fri, 03 Nov 2000 01:01:42 +0200 Received: (from nobody@localhost) by nwl.fw.uunet.co.za (8.8.8/8.6.9) id BAA22761; Fri, 3 Nov 2000 01:01:48 +0200 (SAST) Received: by nwl.fw.uunet.co.za via recvmail id 22732; Fri Nov 3 01:01:37 2000 Received: from sheldonh (helo=axl.fw.uunet.co.za) by axl.fw.uunet.co.za with local-esmtp (Exim 3.16 #1) id 13rTMW-0000Et-00; Fri, 03 Nov 2000 01:01:36 +0200 From: Sheldon Hearn To: obrien@freebsd.org Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/modules/linux Makefile linux.8 linux.sh In-reply-to: Your message of "Thu, 02 Nov 2000 12:59:22 PST." <20001102125922.E14424@dragon.nuxi.com> Date: Fri, 03 Nov 2000 01:01:36 +0200 Message-ID: <922.973206096@axl.fw.uunet.co.za> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 02 Nov 2000 12:59:22 PST, "David O'Brien" wrote: > Actually, I may just move the script to usr.sbin. When MFC'ing the MI/MD > split of the Linux compat support, I was panicing kernels. So I turned > off loading the KLD in rc.conf, and manually loaded it using ``linux'' > (to get the Linux ldconfig run) when I was ready to test a new version of > the KLD. I wouldn't kill myself if you did that, but I wouldn't think it a great idea. :-) Basically, you _don't_ need to run the linux ldconfig every time you load the linux kld -- only every time you install new linux libraries. So the only thing that the script scores you is that you type linux instead of kldload linux . :-) Unless I managed to horribly cock up my investigations into the linux ldconfig, I can't see why you want that shell script, when a shell alias will do the job a lot better. :-) Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message