Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 May 2002 20:38:56 +0200
From:      Szilveszter Adam <sziszi@bsd.hu>
To:        freebsd-current@freebsd.org
Subject:   Buglet in src/usr.bin/uuencode/Makefile
Message-ID:  <20020519183855.GA440@fonix.adamsfamily.xx>

next in thread | raw e-mail | index | archive | help
Hi everybody,

Due to a commit from today, there is a small buglet in
src/usr.bin/uuencode/Makefile, a wrong MLINK. This breaks installworld.
(Which doesn't seem to be tested a helluvalot these days)

Apply this patch:

Index: Makefile
===================================================================
RCS file: /usr/home/cc/ncvs/freebsd/src/usr.bin/uuencode/Makefile,v
retrieving revision 1.7
diff -u -r1.7 Makefile
--- Makefile	19 May 2002 11:17:17 -0000	1.7
+++ Makefile	19 May 2002 15:28:18 -0000
@@ -8,6 +8,6 @@
 MLINKS=	uuencode.1 uudecode.1 \
 	uuencode.format.5 uuencode.5 \
 	uuencode.1 b64encode.1 \
-	b64decode.1 b64encode.1
+	b64encode.1 b64decode.1
 
 .include <bsd.prog.mk>

Also, while I have the mike, I think makewhatis can already be turned
back on for the installworld phase, it seemed to work ok when I tested
it (the C version).

-- 
Regards:

Szilveszter ADAM
Szombathely Hungary

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?20020519183855.GA440>