Date: Mon, 16 Mar 1998 20:52:54 -0800 (PST) From: Studded <Studded@dal.net> To: FreeBSD-hackers@FreeBSD.ORG Subject: Patch to install boot.help Message-ID: <Pine.BSF.3.96.980316204549.11806A-100000@dt050n33.san.rr.com>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.96.980316204549.11806A-100000>