From owner-freebsd-arch Wed Oct 4 11:19:35 2000 Delivered-To: freebsd-arch@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id C067437B502; Wed, 4 Oct 2000 11:19:32 -0700 (PDT) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.11.0/8.11.0) with ESMTP id e94IJVM16718; Wed, 4 Oct 2000 12:19:31 -0600 (MDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id MAA38497; Wed, 4 Oct 2000 12:19:30 -0600 (MDT) Message-Id: <200010041819.MAA38497@harmony.village.org> To: obrien@FreeBSD.ORG Subject: Re: moving manpages out of /sys/modules Cc: arch@FreeBSD.ORG In-reply-to: Your message of "Tue, 03 Oct 2000 12:57:19 PDT." <20001003125719.A3635@dragon.nuxi.com> References: <20001003125719.A3635@dragon.nuxi.com> <20001003105319.B64436@dragon.nuxi.com> Date: Wed, 04 Oct 2000 12:19:30 -0600 From: Warner Losh Sender: owner-freebsd-arch@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <20001003125719.A3635@dragon.nuxi.com> "David O'Brien" writes: : Which of these two patches is most stomachable? Hmmm, neither. I'd suggest moving the joy program to usr.sbin. I'd then patch each arch like so: Index: Makefile.i386 =================================================================== RCS file: /home/imp/FreeBSD/CVS/src/sys/conf/Makefile.i386,v retrieving revision 1.207 diff -u -r1.207 Makefile.i386 --- Makefile.i386 2000/09/14 15:17:18 1.207 +++ Makefile.i386 2000/10/04 18:15:37 @@ -262,7 +262,8 @@ reinstall reinstall.debug: modules-reinstall .endif -MKMODULESENV= MAKEOBJDIRPREFIX=${.OBJDIR}/modules KMODDIR=${DESTDIR}${KODIR} +MKMODULESENV= MAKEOBJDIRPREFIX=${.OBJDIR}/modules KMODDIR=${DESTDIR}${KODIR} \ + NOMAN=yes modules: @mkdir -p ${.OBJDIR}/modules Of course the real solution is to repo copy them into /usr/share/man/man4, add them to the makefile there and remove the man stuff from the modules completely. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-arch" in the body of the message