Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Oct 1995 00:21:01 -0700
From:      Bruce Evans <bde>
To:        CVS-commiters, cvs-usrbin
Subject:   cvs commit: src/usr.bin/xinstall install.1 xinstall.c
Message-ID:  <199510090721.AAA27298@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199510090721.AAA27298>