From owner-freebsd-current Mon Apr 27 18:40:40 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA03283 for freebsd-current-outgoing; Mon, 27 Apr 1998 18:40:40 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from awfulhak.org (awfulhak.demon.co.uk [158.152.17.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA03252 for ; Mon, 27 Apr 1998 18:40:36 -0700 (PDT) (envelope-from brian@Awfulhak.org) Received: from gate.lan.awfulhak.org (localhost [127.0.0.1]) by awfulhak.org (8.8.8/8.8.8) with ESMTP id CAA23610; Tue, 28 Apr 1998 02:34:35 +0100 (BST) (envelope-from brian@gate.lan.awfulhak.org) Message-Id: <199804280134.CAA23610@awfulhak.org> X-Mailer: exmh version 2.0.1 12/23/97 To: Eivind Eklund cc: Doug Ambrisko , freebsd-current@FreeBSD.ORG Subject: Re: DEVFS & sound drivers question In-reply-to: Your message of "Mon, 27 Apr 1998 23:18:40 +0200." <19980427231840.60289@follo.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 28 Apr 1998 02:34:35 +0100 From: Brian Somers Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG [.....] > > 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 , , 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