From owner-cvs-usrbin Sun Jan 11 03:44:45 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id DAA17036 for cvs-usrbin-outgoing; Sun, 11 Jan 1998 03:44:45 -0800 (PST) (envelope-from owner-cvs-usrbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id DAA17006; Sun, 11 Jan 1998 03:44:13 -0800 (PST) (envelope-from peter@FreeBSD.org) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id DAA04505; Sun, 11 Jan 1998 03:43:38 -0800 (PST) Date: Sun, 11 Jan 1998 03:43:38 -0800 (PST) Message-Id: <199801111143.DAA04505@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG Subject: cvs commit: src/usr.bin/xinstall install.1 xinstall.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 1998/01/11 03:43:38 PST Modified files: usr.bin/xinstall install.1 xinstall.c Log: Add an option (-M) to install to disable use of mmap(2). This is kinda handy at the moment with -current's mmap+unlink interactions.. The problems seem worst when using INSTALL="install -C" in /etc/make.conf. This could well come in handy in the future too. Revision Changes Path 1.11 +7 -3 src/usr.bin/xinstall/install.1 1.29 +7 -4 src/usr.bin/xinstall/xinstall.c