Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Apr 1998 02:34:35 +0100
From:      Brian Somers <brian@Awfulhak.org>
To:        Eivind Eklund <eivind@yes.no>
Cc:        Doug Ambrisko <ambrisko@whistle.com>, freebsd-current@FreeBSD.ORG
Subject:   Re: DEVFS & sound drivers question 
Message-ID:  <199804280134.CAA23610@awfulhak.org>
In-Reply-To: Your message of "Mon, 27 Apr 1998 23:18:40 %2B0200." <19980427231840.60289@follo.net> 

next in thread | previous in thread | raw e-mail | index | archive | help
[.....]
> > Should these be made as a sym-link and can DEVFS make a sym-link?  
> 
> DEVFS can't make symlinks, AFAIK.  The easiest way for you to find out
> is probably to ask Julian ;-)

Actually, it does.  I have /usr/local/etc/rc.d/00001dev-fixup.sh:
#! /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.

> Eivind.

-- 
Brian <brian@Awfulhak.org>, <brian@FreeBSD.org>, <brian@OpenBSD.org>
      <http://www.Awfulhak.org>;
Don't _EVER_ lose your sense of humour....



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?199804280134.CAA23610>