Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Mar 1998 06:24:38 GMT
From:      Studded@dal.net
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   docs/6063: boot.help file not updated in /usr/src/etc/Makefile
Message-ID:  <199803190624.GAA17251@dt050n33.san.rr.com>

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

>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



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