Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Mar 1998 10:40:16 +0100 (MET)
From:      Wolfgang Helbig <helbig@Informatik.BA-Stuttgart.DE>
To:        hm@kts.org
Cc:        helbig@Informatik.BA-Stuttgart.DE, hm@hcs.de, mosh@kino.ch, freebsd-isdn@FreeBSD.ORG
Subject:   Re: Appreciation
Message-ID:  <199803240940.KAA00453@rvc1.informatik.ba-stuttgart.de>
In-Reply-To: <m0yHMHG-00024SC@bert.kts.org> from Hellmuth Michaelis at "Mar 24, 98 06:29:34 am"

next in thread | previous in thread | raw e-mail | index | archive | help
> Wolfgang Helbig wrote:
> 
> > BTW. Is there a reason we don't install sppp.4--at least in
> > FreeBSD 2.2.x and NetBSD (it is installed allready in -current)?
> 
> Yes, the reason is that i don't know where to install to and what to
> save before installing and to restore on uninstall.

So I suggest to move sppp/sppp.4 to man/sppp.4 and install sppp.4
if we are not running FreeBSD-3.0.

Here is diff to man/Makefile that tries to accomplish just that:

Wolfgang
--- /usr/src/i4b/man/Makefile	Tue Feb  3 15:37:16 1998
+++ man/Makefile	Tue Mar 24 10:30:10 1998
@@ -5,10 +5,18 @@
 BSDTYPE!=uname
 .endif
 
+.if !defined(RELEASE)
+RELEASE!=uname -r
+.endif
+
+.if (${BSDTYPE} == "NetBSD" || \
+     ${BSDTYPE} == "FreeBSD" && ${RELEASE} != "3.0-CURRENT")
+MAN4 += sppp.4
+.endif
+
 .if (${BSDTYPE} == "NetBSD")
 # NetBSD needs MAN to be defined
 MAN     =	$(MAN4)
 .endif
 
 .include <bsd.prog.mk>

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



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