From owner-cvs-gnu Mon Aug 5 05:30:06 1996 Return-Path: owner-cvs-gnu Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id FAA15063 for cvs-gnu-outgoing; Mon, 5 Aug 1996 05:30:06 -0700 (PDT) Received: from time.cdrom.com (time.cdrom.com [204.216.27.226]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id FAA15056; Mon, 5 Aug 1996 05:30:02 -0700 (PDT) Received: from time.cdrom.com (localhost [127.0.0.1]) by time.cdrom.com (8.7.5/8.6.9) with ESMTP id FAA08677; Mon, 5 Aug 1996 05:28:59 -0700 (PDT) To: "Rodney W. Grimes" cc: phk@critter.tfs.com (Poul-Henning Kamp), pst@freefall.freebsd.org, CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-gnu@freefall.freebsd.org Subject: Re: cvs commit: src/gnu/usr.bin/groff/xditview ... In-reply-to: Your message of "Mon, 05 Aug 1996 00:24:27 PDT." <199608050724.AAA00682@GndRsh.aac.dev.com> Date: Mon, 05 Aug 1996 05:28:58 -0700 Message-ID: <8675.839248138@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-cvs-gnu@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > > I agree 100% with Jordan. > > Hummm... Jordan doesn't seem to be self consistent, after all he > is the one who added: > > ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 dot.fvwmrc \ > ${DESTDIR}/root/.fvwmrc; \ > ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 dot.Xdefaults \ > ${DESTDIR}/root/.Xdefaults; \ > ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 755 dot.xsession \ > ${DESTDIR}/root/.xsession; \ > > to /usr/src/etc/Makefile... I think we're arguing apples and doorknobs here. A scattering of reasonable dotfiles for the purpose of making a new user's environment a little nicer and, at worst, ignored if unused is not the same as code which is essentially uncompilable in our tree without the addition of another major component which we do not provide by default. Jordan