Date: Mon, 27 Apr 1998 20:51:20 -0700 From: Julian Elischer <julian@whistle.com> To: Brian Somers <brian@Awfulhak.org> Cc: Eivind Eklund <eivind@yes.no>, Doug Ambrisko <ambrisko@whistle.com>, freebsd-current@FreeBSD.ORG Subject: Re: DEVFS & sound drivers question Message-ID: <35455238.2781E494@whistle.com> References: <199804280134.CAA23610@awfulhak.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?35455238.2781E494>