From owner-freebsd-current Mon Apr 27 20:57:25 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA00791 for freebsd-current-outgoing; Mon, 27 Apr 1998 20:57:25 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from alpo.whistle.com (alpo.whistle.com [207.76.204.38]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA00786 for ; Mon, 27 Apr 1998 20:57:23 -0700 (PDT) (envelope-from julian@whistle.com) Received: (from daemon@localhost) by alpo.whistle.com (8.8.5/8.8.5) id UAA28483; Mon, 27 Apr 1998 20:56:50 -0700 (PDT) Received: from current1.whistle.com(207.76.205.22) via SMTP by alpo.whistle.com, id smtpd028480; Tue Apr 28 03:56:47 1998 Message-ID: <35455238.2781E494@whistle.com> Date: Mon, 27 Apr 1998 20:51:20 -0700 From: Julian Elischer Organization: Whistle Communications X-Mailer: Mozilla 3.0Gold (X11; I; FreeBSD 2.2.5-RELEASE i386) MIME-Version: 1.0 To: Brian Somers CC: Eivind Eklund , Doug Ambrisko , freebsd-current@FreeBSD.ORG Subject: Re: DEVFS & sound drivers question References: <199804280134.CAA23610@awfulhak.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Brian Somers wrote: > this is the kind of persistance that phk and I prefer :-) you will be able to delete it after your next cvsup as I just added links for these.. (but put yourself in group 'games' ok?) (that last bit of the patch will almost definitly go away) > > #! /bin/sh > > cd /dev > for f in mixer sequencer dsp audio dspW music pss > do > rm -f $f > ln -s ${f}0 $f > done > > I assumed this was ``meant to be''. If not, I'll commit a fix. > a fix to what? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message