From owner-cvs-usrbin Mon Sep 23 21:17:05 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id VAA22792 for cvs-usrbin-outgoing; Mon, 23 Sep 1996 21:17:05 -0700 (PDT) Received: (from imp@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id VAA21941; Mon, 23 Sep 1996 21:15:11 -0700 (PDT) Date: Mon, 23 Sep 1996 21:15:11 -0700 (PDT) From: Warner Losh Message-Id: <199609240415.VAA21941@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/xinstall install.1 xinstall.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk imp 96/09/23 21:15:08 Modified: usr.bin/xinstall install.1 xinstall.c Log: Per discussions in -current - Change the debug flag from -d to -D to avoid conflict with other install programs. - Update man page to reflect this - Update usage string -d meaning creat directory is specifically not implemented by these changes. Revision Changes Path 1.6 +2 -2 src/usr.bin/xinstall/install.1 1.13 +3 -3 src/usr.bin/xinstall/xinstall.c