From owner-freebsd-current Wed Sep 13 20:00:20 1995 Return-Path: current-owner Received: (from majordom@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id UAA08796 for current-outgoing; Wed, 13 Sep 1995 20:00:20 -0700 Received: from GndRsh.aac.dev.com (GndRsh.aac.dev.com [198.145.92.241]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id UAA08785 for ; Wed, 13 Sep 1995 20:00:17 -0700 Received: (from rgrimes@localhost) by GndRsh.aac.dev.com (8.6.12/8.6.12) id TAA06131; Wed, 13 Sep 1995 19:59:52 -0700 From: "Rodney W. Grimes" Message-Id: <199509140259.TAA06131@GndRsh.aac.dev.com> Subject: Re: -stable: *** Error code ONLY one To: jmb@kryten.atinc.com (Jonathan M. Bresler) Date: Wed, 13 Sep 1995 19:59:52 -0700 (PDT) Cc: current@freebsd.org In-Reply-To: from "Jonathan M. Bresler" at Sep 13, 95 08:52:49 pm X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 1166 Sender: current-owner@freebsd.org Precedence: bulk > > > {where do we discuss -stable?? here till release??} > > make world on -stable results in many troff warnings and a few errors. > this is as of 6am EDT sup > > ===> usr.sbin/rmt > ln -s /usr/sbin/rmt /etc/rmt > ln: /etc/rmt: File exists > *** Error code 1 (ignored) > > > diff for Makefile: > > *** Makefile.old Wed Sep 13 20:54:55 1995 > --- Makefile Wed Sep 13 20:54:48 1995 > *************** > *** 4,9 **** > --- 4,10 ---- > MAN8= rmt.8 > > beforeinstall: > + rm -f ${DESTDIR}/etc/rmt > -ln -s ${BINDIR}/rmt ${DESTDIR}/etc/rmt > > .include > Correct method: if [ ! -e ${DESTDIR}/etc/rmt]; then \ ln -s ${BINDIR}/rmt ${DESTDIR}/etc/rmt \ fi It is not nice for make world to touch things in /etc, no matter what it is. The unsilent ignoreing of the error above was a quick hack by some one who did not bother to do it correctly. Forceful removal of my very different symbolic link in /etc is going to make me submit a bug report :-). -- Rod Grimes rgrimes@gndrsh.aac.dev.com Accurate Automation Company Reliable computers for FreeBSD