From owner-freebsd-hackers Wed Jan 31 23:27:04 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA01368 for hackers-outgoing; Wed, 31 Jan 1996 23:27:04 -0800 (PST) Received: from dtr.com ([204.119.17.77]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id XAA01324 Wed, 31 Jan 1996 23:25:41 -0800 (PST) From: bmk@dtr.com Received: (from bmk@localhost) by dtr.com (8.6.12/8.6.9) id XAA00414; Wed, 31 Jan 1996 23:25:10 -0800 Message-Id: <199602010725.XAA00414@dtr.com> Subject: Re: New version of ccd driver available To: stable@freebsd.org Date: Wed, 31 Jan 1996 23:25:10 +73600 (PST) Cc: hackers@freebsd.org, ccd@forgery.cs.berkeley.edu In-Reply-To: <199601311134.DAA07361@silvia.HIP.Berkeley.EDU> from "Satoshi Asami" at Jan 31, 96 03:34:52 am Reply-To: bmk@dtr.com X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-hackers@freebsd.org Precedence: bulk > . ccdconfig is now in /sbin (so you can call it from rc -- a patch to > rc is also included) I believe that it also should be statically linked so that it'll actually work before ld.so is available - the current Makefile options don't do this. Or is there something that I'm not seeing here?