From owner-freebsd-current Tue Sep 24 08:34:35 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id IAA27748 for current-outgoing; Tue, 24 Sep 1996 08:34:35 -0700 (PDT) Received: from agora.rdrop.com (root@agora.rdrop.com [199.2.210.241]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id IAA27717 for ; Tue, 24 Sep 1996 08:34:28 -0700 (PDT) Received: from rover.village.org by agora.rdrop.com with smtp (Smail3.1.29.1 #17) id m0v5ZV4-0008ywC; Tue, 24 Sep 96 08:34 PDT Received: from rover.village.org (localhost [127.0.0.1]) by rover.village.org (8.7.6/8.6.6) with ESMTP id JAA06226; Tue, 24 Sep 1996 09:30:16 -0600 (MDT) Message-Id: <199609241530.JAA06226@rover.village.org> To: Nate Williams Subject: Re: install on {Net,Open}BSD vs install on FreeBSD Cc: Bruce Evans , current@freebsd.org In-reply-to: Your message of "Tue, 24 Sep 1996 09:12:11 MDT." <199609241512.JAA06843@rocky.mt.sri.com> References: <199609241512.JAA06843@rocky.mt.sri.com> <199609230506.PAA05354@godzilla.zeta.org.au> <199609241441.IAA05913@rover.village.org> Date: Tue, 24 Sep 1996 09:30:16 -0600 From: Warner Losh Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk In message <199609241512.JAA06843@rocky.mt.sri.com> Nate Williams writes: : Doesn't GNU-install support '-d'? If so, the functionality is already : available. Are you saying "gnu-install does it, just use that" or "gnu-install does it, so there is more precident?" If the former, then I'd just build NetBSD's install, since it supports it and the FreeBSD -C extention. If the latter, then I'll go ahead and commit the -d dir chnages :-). Why is there so much resistance to 10 lines of code already integrated and tested in NetBSD and OpenBSD? I'd really like to see a gradual merging of the code bases where appropriate. This sounds to me like a no brainer: No one is using -d on FreeBSD (now that -d -> -D) and other BSDs (NetBSD, OpenBSD and SunOS) have it as well as it being in SysV's /usr/ucb/install. So there is precidents for inclusion. Sorry to sound a little frustrated, but the grabbing the code from NetBSD, putting it into FreeBSD's install and testing it took less time than I've spent writing email on this topic. Warner