From owner-cvs-all Wed Dec 8 5:40:58 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8D3BB154FD; Wed, 8 Dec 1999 05:40:45 -0800 (PST) (envelope-from marcel@FreeBSD.org) Received: (from marcel@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA81123; Wed, 8 Dec 1999 05:40:45 -0800 (PST) (envelope-from marcel@FreeBSD.org) Message-Id: <199912081340.FAA81123@freefall.freebsd.org> From: Marcel Moolenaar Date: Wed, 8 Dec 1999 05:40:45 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/tools install.sh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk marcel 1999/12/08 05:40:45 PST Added files: tools install.sh Log: install(1) lookalike that can be used during a build. Any options are ignored and the remaining is passed on to cp(1). This allows a build to be run as non-root without forcing any user/group setting and also prevents setting any file flags. This may not be the right place for buildtools. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message