From owner-freebsd-questions Mon Apr 1 6: 9:47 2002 Delivered-To: freebsd-questions@freebsd.org Received: from roc-66-66-72-6.rochester.rr.com (roc-66-66-72-6.rochester.rr.com [66.66.72.6]) by hub.freebsd.org (Postfix) with ESMTP id 2273237B41A for ; Mon, 1 Apr 2002 06:09:42 -0800 (PST) Received: by roc-66-66-72-6.rochester.rr.com (Postfix, from userid 1000) id C4211901A00; Mon, 1 Apr 2002 09:08:21 -0500 (EST) Date: Mon, 1 Apr 2002 09:08:21 -0500 From: mpd To: "Earl A. Killian" Cc: questions@freebsd.org Subject: Re: host.conf Message-ID: <20020401090821.A36898@rochester.rr.com> References: <200204010531.g315Vvr66157@gate.killian.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <200204010531.g315Vvr66157@gate.killian.com>; from earl@killian.com on Sun, Mar 31, 2002 at 09:31:57PM -0800 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Please don't remove the cc: to questions. On Sun, Mar 31, 2002 at 09:31:57PM -0800, Earl A. Killian wrote: > > Date: Fri, 29 Mar 2002 11:35:12 -0500 > > From: mpd > > > > host.conf.5 isn't listed in the MAN assignment at > > the top. If you add it, and re-make/re-install, you'll > > be fine. I've already sent in a pr on this. > > I think the host.conf.5 file would have to exist too. (Browsing the > CVS repository online I don't see it.) Check this again. The pr number is 36492, and has already been closed successfully. The file existed, but wasn't listed in the makefile, and so was never built and installed. > > On a whim, I decided to see what else might be missing: > > gate% strings /usr/lib/libc.so | sort -u | perl -n -e 'if (m{^/etc/(.*)$}) { system("man 5 $1 > /dev/null"); }' ^--- Not all man pages are in section 5. > No entry for host.conf in section 5 of the manual fixed. > No entry for localtime in section 5 of the manual In section 3. > No entry for malloc.conf in section 5 of the manual In the fm for malloc(3). > No entry for objformat in section 5 of the manual In section 1. > No entry for pwd.db in section 5 of the manual > No entry for spwd.db in section 5 of the manual And the db files are just data files that don't require a man page, as they shouldn't be touched directly by any user. If these files don't exist for you, then you're not cvsupping everything. mike -- ___________________________________________________________ "POKEY LET'S VISIT THE POPCORN FACTORY!!!!!" - Little Girl from "POKEY AND THE BOXING GLOVE" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message