From owner-freebsd-current Thu Aug 24 10:30: 7 2000 Delivered-To: freebsd-current@freebsd.org Received: from doorstop.webtv.net (doorstop.webtv.net [207.46.121.10]) by hub.freebsd.org (Postfix) with ESMTP id 779B237B422 for ; Thu, 24 Aug 2000 10:30:05 -0700 (PDT) Received: by doorstop.webtv.net; id KAA21705; Thu, 24 Aug 2000 10:27:44 -0700 (PDT) Received: from unknown(157.57.212.23) by svc-egress.artemis.com via smap (V5.0) id xma021367; Thu, 24 Aug 00 10:26:44 -0700 Received: (qmail 2500 invoked by uid 3215); 24 Aug 2000 17:29:03 -0000 Date: Thu, 24 Aug 2000 10:29:03 -0700 From: Jos Backus To: current@freebsd.org Subject: devfs, moused and rc.devfs position in rc Message-ID: <20000824102903.A2492@traitor.artemis.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In /etc/rc, rc.i386 is invoked before rc.devfs. This causes moused to fail to start for those people who use a link from /dev/ to /dev/mouse. The fix seems to be to switch the order of invocation: # Run rc.devfs if readable to customize devfs # if [ -r /etc/rc.devfs ]; then sh /etc/rc.devfs fi # Configure implementation specific stuff # arch=`uname -m` if [ -r /etc/rc.${arch} ]; then . /etc/rc.${arch} fi Hth, -- Jos Backus WebTV Networks, Inc., Mountain View, CA To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message