Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Apr 1999 13:03:38 +0200 (CEST)
From:      Oliver Fromme <olli@dorifer.heim3.tu-clausthal.de>
To:        freebsd-stable@FreeBSD.ORG
Subject:   Fix for broken "make release"
Message-ID:  <199904111103.NAA11821@dorifer.heim3.tu-clausthal.de>

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

"make release" breaks during the installation of manpages
(section 4).  It tries to make a link plip.4.gz -> lp.4.gz,
but the latter does not exist.  The following patch fixes
the problem.  (Should I send-pr this?)

Regards
   Oliver

--- src/share/man/man4/Makefile.orig       Sun Apr 11 12:06:01 1999
+++ src/share/man/man4/Makefile    Sun Apr 11 12:37:29 1999
@@ -4,7 +4,7 @@
        dummynet.4 fd.4 fpa.4 \
        icmp.4 ifmib.4 iic.4 iicbb.4 iicbus.4 iicsmb.4 \
        imm.4 inet.4 intro.4 ip.4 ipfirewall.4 \
-       lkm.4 lo.4 lpbb.4 natm.4 netintro.4 nlpt.4 \
+       lkm.4 lo.4 lp.4 lpbb.4 natm.4 netintro.4 nlpt.4 \
        null.4 od.4 pass.4 ppbus.4 ppi.4 ppp.4 pt.4 pty.4 \
        route.4 sa.4 scsi.4 \
        sd.4 sl.4 smb.4 smbus.4 smp.4 snp.4 sppp.4 ssc.4 st.4 su.4 tcp.4 \



-- 
Oliver Fromme, Leibnizstr. 18/61, 38678 Clausthal, Germany
(Info: finger userinfo:olli@dorifer.heim3.tu-clausthal.de)

"In jedem Stück Kohle wartet ein Diamant auf seine Geburt"
                                         (Terry Pratchett)


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




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