Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Mar 2000 09:34:22 -0500 (EST)
From:      jim@thehousleys.net
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   docs/17092: Missing man page for nsupdate
Message-ID:  <200003011434.JAA01101@thehousleys.net>

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

>Number:         17092
>Category:       docs
>Synopsis:       Missing man page for nsupdate
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Mar  1 06:50:02 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     James Housley
>Release:        FreeBSD 3.4-STABLE i386
>Organization:
The Housleys dot Net
>Environment:

	FreeBSD 3.4-STABLE as of Feb. 27, 2000

>Description:

	The man page for nsupdate is not installed

>How-To-Repeat:

	

>Fix:
	
	The following patch is to be appiled in src/usr.sbin/nsupdate:
--- Makefile.orig	Mon Dec 13 21:27:29 1999
+++ Makefile	Wed Mar  1 09:25:13 2000
@@ -4,8 +4,10 @@
 .include "${.CURDIR}/../named/Makefile.inc"
 
 .PATH:	${BIND_DIR}/bin/nsupdate
+.PATH:	${BIND_DIR}/doc/man
+
 
 PROG=	nsupdate
-NOMAN=	hmm..
+MAN8=	nsupdate.8
 
 .include <bsd.prog.mk>


>Release-Note:
>Audit-Trail:
>Unformatted:


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




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