From owner-freebsd-hackers Mon Mar 16 20:53:09 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA19509 for freebsd-hackers-outgoing; Mon, 16 Mar 1998 20:53:09 -0800 (PST) (envelope-from owner-freebsd-hackers@FreeBSD.ORG) 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 UAA19463 for ; Mon, 16 Mar 1998 20:52:57 -0800 (PST) (envelope-from Studded@dal.net) Received: from localhost (dougdougdougdoug@localhost) by dt050n33.san.rr.com (8.8.8/8.8.8) with SMTP id EAA12619 for ; Tue, 17 Mar 1998 04:52:55 GMT (envelope-from Studded@dal.net) Date: Mon, 16 Mar 1998 20:52:54 -0800 (PST) From: Studded X-Sender: dougdougdougdoug@dt050n33.san.rr.com To: FreeBSD-hackers@FreeBSD.ORG Subject: Patch to install boot.help Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG It occured to me today that there's no provision to install /boot.help in /usr/src/etc/Makefile. I'm not 100% sure that this is the best place for it, but during my last upgrade on an older system I noticed that it didn't get installed at all. The following patch will do the deed. Doug --- 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 ) -- *** Chief Operations Officer, DALnet IRC network *** *** Proud operator, designer and maintainer of the world's largest *** Internet Relay Chat server. 5,328 clients and still growing. *** Try spider.dal.net on ports 6662-4 (Powered by FreeBSD) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message