From owner-freebsd-current Wed Jun 19 11:09:58 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id LAA06828 for current-outgoing; Wed, 19 Jun 1996 11:09:58 -0700 (PDT) Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.211]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id LAA06807; Wed, 19 Jun 1996 11:09:48 -0700 (PDT) Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id LAA13373; Wed, 19 Jun 1996 11:07:34 -0700 From: Terry Lambert Message-Id: <199606191807.LAA13373@phaeton.artisoft.com> Subject: Re: Bug in NFS To: phk@FreeBSD.ORG (Poul-Henning Kamp) Date: Wed, 19 Jun 1996 11:07:34 -0700 (MST) Cc: pst@shockwave.com, bde@zeta.org.au, tony@fit.qut.edu.au, freebsd-current@FreeBSD.ORG In-Reply-To: <11086.835121669@critter.tfs.com> from "Poul-Henning Kamp" at Jun 18, 96 11:14:29 am X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > >Is symbolic link support working in devfs? > > > >I need to do little things like ln -s /dev/cuaa1 /dev/gps0 > >for xntpd. > > For xntpd you can do > ln -s /dev/cuaa1 /etc/gps0 > and it will work :-) or /var/dev/gps0, and fix xntpd. Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.