From owner-freebsd-isdn Tue Mar 24 01:42:10 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA29743 for freebsd-isdn-outgoing; Tue, 24 Mar 1998 01:42:10 -0800 (PST) (envelope-from owner-freebsd-isdn@FreeBSD.ORG) Received: from rvc1.informatik.ba-stuttgart.de (rvc1.informatik.ba-stuttgart.de [141.31.112.22]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA29672 for ; Tue, 24 Mar 1998 01:41:58 -0800 (PST) (envelope-from helbig@Informatik.BA-Stuttgart.DE) Received: (from helbig@localhost) by rvc1.informatik.ba-stuttgart.de (8.8.8/8.8.5) id KAA00453; Tue, 24 Mar 1998 10:40:17 +0100 (MET) From: Wolfgang Helbig Message-Id: <199803240940.KAA00453@rvc1.informatik.ba-stuttgart.de> Subject: Re: Appreciation In-Reply-To: from Hellmuth Michaelis at "Mar 24, 98 06:29:34 am" To: hm@kts.org Date: Tue, 24 Mar 1998 10:40:16 +0100 (MET) Cc: helbig@Informatik.BA-Stuttgart.DE, hm@hcs.de, mosh@kino.ch, freebsd-isdn@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL30 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > 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 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message