Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Feb 1995 02:34:00 +0100 (MET)
From:      J Wunsch <j@uriah.heep.sax.de>
To:        freebsd-current@FreeBSD.org (FreeBSD-current users)
Subject:   Re: world build on blues Tue Feb 21 18:35:26  1995 (fwd)
Message-ID:  <199502220134.CAA01052@uriah.heep.sax.de>
In-Reply-To: <199502211801.TAA11529@gilberto.physik.rwth-aachen.de> from "Christoph Kukulies" at Feb 21, 95 07:01:11 pm

next in thread | previous in thread | raw e-mail | index | archive | help
As Christoph Kukulies wrote:
> 
> > ===> usr.sbin/rmt
> > ln -s /usr/sbin/rmt /etc/rmt
> > ln: /etc/rmt: File exists

Hmm, Jordan: make this

	rm -f /etc/rmt
	ln -s /usr/sbin/rmt /etc/rmt

or just

	-ln -s /usr/sbin/rmt /etc/rmt

-- 
cheers, J"org

joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/
Never trust an operating system you don't have sources for. ;-)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199502220134.CAA01052>