From owner-freebsd-current Wed Oct 9 13:06:08 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id NAA27480 for current-outgoing; Wed, 9 Oct 1996 13:06:08 -0700 (PDT) Received: from rover.village.org (rover.village.org [204.144.255.49]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id NAA27473 for ; Wed, 9 Oct 1996 13:06:04 -0700 (PDT) Received: from rover.village.org (localhost [127.0.0.1]) by rover.village.org (8.7.6/8.6.6) with ESMTP id OAA22589; Wed, 9 Oct 1996 14:03:43 -0600 (MDT) Message-Id: <199610092003.OAA22589@rover.village.org> To: Veggy Vinny Subject: Re: /usr/bin/install in -current broken Cc: current@FreeBSD.org In-reply-to: Your message of "Wed, 09 Oct 1996 10:29:15 PDT." References: Date: Wed, 09 Oct 1996 14:03:42 -0600 From: Warner Losh Sender: owner-current@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk In message Veggy Vinny writes: : It seems the /usr/bin/install in the latest -current is broken and : doesn't know what -c is... Might I suggest that you have '.' in your path before /usr/bin and that top also has a install program that is being grabbed first? The error message for things that /usr/bin/install doesn't understand looks more like: /usr/bin/isntall -Z install: illegal option -- Z usage: install [-CcDps] [-f flags] [-g group] [-m mode] [-o owner] file1 file2 install [-CcDps] [-f flags] [-g group] [-m mode] [-o owner] file1 ... fileN directory install -d [-g group] [-m mode] [-o owner] directory ... Warner