From owner-freebsd-bugs Wed Mar 18 22:30:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA28216 for freebsd-bugs-outgoing; Wed, 18 Mar 1998 22:30:04 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA28188; Wed, 18 Mar 1998 22:30:01 -0800 (PST) (envelope-from gnats) Received: from dt050n33.san.rr.com (Studded@dt050n33.san.rr.com [204.210.31.51]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA27645 for ; Wed, 18 Mar 1998 22:24:41 -0800 (PST) (envelope-from dougdougdougdoug@dt050n33.san.rr.com) Received: (from dougdougdougdoug@localhost) by dt050n33.san.rr.com (8.8.8/8.8.8) id GAA17251; Thu, 19 Mar 1998 06:24:38 GMT (envelope-from dougdougdougdoug) Message-Id: <199803190624.GAA17251@dt050n33.san.rr.com> Date: Thu, 19 Mar 1998 06:24:38 GMT From: Studded@dal.net Reply-To: Studded@dal.net To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: docs/6063: boot.help file not updated in /usr/src/etc/Makefile Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 6063 >Category: docs >Synopsis: boot.help file not updated in /usr/src/etc/Makefile >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Mar 18 22:30:01 PST 1998 >Last-Modified: >Originator: Doug >Organization: AAAG >Release: FreeBSD 2.2.6-BETA-0316 i386 >Environment: Both -Stable and -Current >Description: There is currently no mechanism that I can see for moving the boot.help file into /. A system installed before boot.help was introduced won't have a copy of the file in / at all even after a make world update. Perhaps it would be better to install it as part of /usr/src/sys/i386/boot/biosboot/Makefile, however there are other text files installed as part of /usr/src/etc/Makefile's procedure, and placing it here will allow users to compare the old with the new by hand during their procedure to update the conf/text files. >How-To-Repeat: DNA >Fix: Apply the following patch to /usr/src/etc/Makefile: --- Makefile.Dist Mon Mar 16 20:44:29 1998 +++ Makefile Mon Mar 16 20:44:33 1998 @@ -63,6 +63,9 @@ ( cd ${.CURDIR}/../share/termcap; ${MAKE} etc-termcap ); \ ( cd ${.CURDIR}/../usr.sbin/rmt; ${MAKE} etc-rmt ); \ ( cd ${.CURDIR}/../usr.sbin/sendmail/cf/cf; ${MAKE} etc-sendmail.cf ); \ + ( cd ${.CURDIR}/../sys/i386/boot/biosboot; \ + ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 boot.help \ + ${DESTDIR}/ ); \ pwd_mkdb -p -d ${DESTDIR}/etc ${DESTDIR}/etc/master.passwd; \ ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 555 \ MAKEDEV.local etc.${MACHINE}/MAKEDEV ${DESTDIR}/dev ) >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message