From bmah@nimitz.ca.sandia.gov  Wed Mar  1 21:49:10 2000
Return-Path: <bmah@nimitz.ca.sandia.gov>
Received: from nimitz.ca.sandia.gov (nimitz.ca.sandia.gov [146.246.243.56])
	by hub.freebsd.org (Postfix) with ESMTP id D42A037BB2E
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  1 Mar 2000 21:49:08 -0800 (PST)
	(envelope-from bmah@nimitz.ca.sandia.gov)
Received: from eisenhower.ca.sandia.gov (root@eisenhower.ca.sandia.gov [146.246.243.57])
	by nimitz.ca.sandia.gov (8.10.0.Beta12/8.10.0.Beta12) with ESMTP id e225n2090912
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 1 Mar 2000 21:49:02 -0800 (PST)
Received: (from bmah@localhost)
	by eisenhower.ca.sandia.gov (8.9.3/8.9.3) id VAA06375;
	Wed, 1 Mar 2000 21:49:02 -0800 (PST)
Message-Id: <200003020549.VAA06375@eisenhower.ca.sandia.gov>
Date: Wed, 1 Mar 2000 21:49:02 -0800 (PST)
From: "Bruce A. Mah" <bmah@nimitz.ca.sandia.gov>
Reply-To: bmah@nimitz.ca.sandia.gov
To: FreeBSD-gnats-submit@freebsd.org
Subject: src/share/doc/IPv6/IMPLEMENTATION doesn't get installed
X-Send-Pr-Version: 3.2

>Number:         17120
>Category:       docs
>Synopsis:       src/share/doc/IPv6/IMPLEMENTATION doesn't get installed
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    freebsd-doc
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Mar  1 21:50:01 PST 2000
>Closed-Date:    Thu Mar 2 07:23:17 PST 2000
>Last-Modified:  Thu Mar  2 07:25:12 PST 2000
>Originator:     Bruce A. Mah
>Release:        FreeBSD 4.0-CURRENT i386
>Organization:
Sandia National Laboratories
>Environment:

4.0-CURRENT as of 28 February.

>Description:

src/share/doc/IPv6/IMPLEMENTATION doesn't get installed on an
installworld.  I think it's supposed to go to 
/usr/share/doc/IPv6/IMPLEMENTATION.

>How-To-Repeat:

# make buildworld

>Fix:

This should be fairly trivial to someone reasonably familiar
with how docs get installed, but I'm not that someone.


>Release-Note:
>Audit-Trail:

From: Yoshinobu Inoue <shin@nd.net.fujitsu.co.jp>
To: bmah@nimitz.ca.sandia.gov
Cc: FreeBSD-gnats-submit@FreeBSD.ORG
Subject: Re: docs/17120: src/share/doc/IPv6/IMPLEMENTATION doesn't get
 installed
Date: Thu, 02 Mar 2000 17:29:57 +0900

 Hi,
 
 > >Description:
 > 
 > src/share/doc/IPv6/IMPLEMENTATION doesn't get installed on an
 > installworld.  I think it's supposed to go to 
 > /usr/share/doc/IPv6/IMPLEMENTATION.
 > 
 > This should be fairly trivial to someone reasonably familiar
 > with how docs get installed, but I'm not that someone.
 
 I committed it, but I also am not familiar with how to get it
 installed.
 Could someone please give me hints?
 
 (As far as I checked the doc dir, all other files seems to be man
 style, and on the other hand, IMPLEMENTATION is just a plain
 text.  Did I placed it to wrong dir? )
 
 Thanks,
 Yoshinobu Inoue
 
 

From: Alexey Zelkin <phantom@cris.net>
To: Yoshinobu Inoue <shin@nd.net.fujitsu.co.jp>
Cc: freebsd-doc@FreeBSD.ORG, freebsd-gnats-submit@FreeBSD.ORG
Subject: Re: docs/17120: src/share/doc/IPv6/IMPLEMENTATION doesn't get installed
Date: Thu, 2 Mar 2000 01:11:07 +0300

 hi,
 
 On Thu, Mar 02, 2000 at 12:30:03AM -0800, Yoshinobu Inoue wrote:
 
 >  > >Description:
 >  > 
 >  > src/share/doc/IPv6/IMPLEMENTATION doesn't get installed on an
 >  > installworld.  I think it's supposed to go to 
 >  > /usr/share/doc/IPv6/IMPLEMENTATION.
 >  > 
 >  > This should be fairly trivial to someone reasonably familiar
 >  > with how docs get installed, but I'm not that someone.
 >  
 >  I committed it, but I also am not familiar with how to get it
 >  installed.
 >  Could someone please give me hints?
 
 Try to apply following patches. They're untested, but should work.
 
 >  (As far as I checked the doc dir, all other files seems to be man
 >  style, and on the other hand, IMPLEMENTATION is just a plain
 >  text.  Did I placed it to wrong dir? )
 No. You just forgoten to include this directory to building scheme --
 you forgot to add Makefile for this dir.
 
 Put this Makefile to src/share/doc/IPv6
 
 ----------------------------------------------------------------------------
 # $FreeBSD$
 
 FILES=	IMPLEMENTATION
 
 DOCDIR = ${SHAREDIR}/doc/IPv6
 
 NOMAN = noman
 NOOBJ = noobj
 
 install:
 	${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${SHAREMODE} ${FILES} \
 		${DESTDIR}${DOCDIR}
 
 .include <bsd.prog.mk>
 ----------------------------------------------------------------------------
 
 Apply this patch to src/share/doc/Makefile
 
 Index: Makefile
 ===================================================================
 RCS file: /usr/local/CVSROOT/src/share/doc/Makefile,v
 retrieving revision 1.14
 diff -u -u -r1.14 Makefile
 --- Makefile	1999/08/28 00:18:00	1.14
 +++ Makefile	2000/03/01 21:48:58
 @@ -1,7 +1,7 @@
  #	From: @(#)Makefile	8.1 (Berkeley) 6/5/93
  # $FreeBSD: src/share/doc/Makefile,v 1.14 1999/08/28 00:18:00 peter Exp $
  
 -SUBDIR=	psd smm usd papers
 +SUBDIR=	psd smm usd papers IPv6
  
  # Default output formats are ascii for troff documents, and 
  # ascii and html for sgml documents.
  
 -- 
 /* Alexey Zelkin                       && phantom@cris.net    */
 /* Tavric National University          && phantom@crimea.edu  */
 /* http://www.ccssu.crimea.ua/~phantom && phantom@FreeBSD.org */
 
 
 
 

From: Yoshinobu Inoue <shin@nd.net.fujitsu.co.jp>
To: phantom@cris.net
Cc: freebsd-doc@FreeBSD.ORG, freebsd-gnats-submit@FreeBSD.ORG
Subject: Re: docs/17120: src/share/doc/IPv6/IMPLEMENTATION doesn't get
 installed
Date: Thu, 02 Mar 2000 18:59:23 +0900

 > >  (As far as I checked the doc dir, all other files seems to be man
 > >  style, and on the other hand, IMPLEMENTATION is just a plain
 > >  text.  Did I placed it to wrong dir? )
 > No. You just forgoten to include this directory to building scheme --
 > you forgot to add Makefile for this dir.
 
 I noticed the neccesity of adding IPv6 to SUBDIR, but I
 couldn't create successful Makefile under IPv6 dir.
 Your Makefile worked successfuly. Thanks!
 
 I'll commit them.
 
 Yoshinobu Inoue
 

From: bmah@ca.sandia.gov (Bruce A. Mah)
To: Yoshinobu Inoue <shin@nd.net.fujitsu.co.jp>
Cc: bmah@ca.sandia.gov, FreeBSD-gnats-submit@FreeBSD.ORG
Subject: Re: docs/17120: src/share/doc/IPv6/IMPLEMENTATION doesn't get installed 
Date: Thu, 02 Mar 2000 07:01:27 -0800

 --==_Exmh_1613345383P
 Content-Type: text/plain; charset=us-ascii
 
 If memory serves me right, Yoshinobu Inoue wrote:
 
 > (As far as I checked the doc dir, all other files seems to be man
 > style, and on the other hand, IMPLEMENTATION is just a plain
 > text.  Did I placed it to wrong dir? )
 
 I'm glad phantom replied (thanks!), I learned a few things along the way
 also.  You can close the PR now, it seems to install correctly.
 
 Thanks!
 
 Bruce.
 
 
 
 --==_Exmh_1613345383P
 Content-Type: application/pgp-signature
 
 -----BEGIN PGP SIGNATURE-----
 Version: PGPfreeware 5.0i for non-commercial use
 MessageID: tiidKyU1Sb4le5IYvXd2sO/EGAh93+O0
 
 iQA/AwUBOL6CR9jKMXFboFLDEQLknwCgjZVAmwQP2WX6dgVHK2wv1PXYxGIAnA6b
 Uy3YaGLx8EAStZ19p4q/L3nL
 =JKv6
 -----END PGP SIGNATURE-----
 
 --==_Exmh_1613345383P--
 
State-Changed-From-To: open->closed 
State-Changed-By: shin 
State-Changed-When: Thu Mar 2 07:23:17 PST 2000 
State-Changed-Why:  
Patches from phantom is applied and the problem is confirmed to be fixed. 
Thanks! 
>Unformatted:
