From owner-cvs-usrbin Mon Oct 9 00:21:09 1995 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id AAA27309 for cvs-usrbin-outgoing; Mon, 9 Oct 1995 00:21:09 -0700 Received: (from bde@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id AAA27298 ; Mon, 9 Oct 1995 00:21:01 -0700 Date: Mon, 9 Oct 1995 00:21:01 -0700 From: Bruce Evans Message-Id: <199510090721.AAA27298@freefall.freebsd.org> To: CVS-commiters, cvs-usrbin Subject: cvs commit: src/usr.bin/xinstall install.1 xinstall.c Sender: owner-cvs-usrbin@FreeBSD.org Precedence: bulk bde 95/10/09 00:21:00 Modified: usr.bin/xinstall install.1 xinstall.c Log: Add options -C (same as -c except for preserving the modification time of the target if the target file is the same as the source), -d (debug), and -p (same as -C except for preserving the modification time of the source if the target doesn't exists or is different from the source. Use library err() functions instead of our own and pass them better exit codes. Submitted by: wollman (and changed a lot by me)