CVS commit: src/usr.bin/xinstall

2020-10-30 Thread Roland Illig
Module Name:src Committed By: rillig Date: Fri Oct 30 20:05:00 UTC 2020 Modified Files: src/usr.bin/xinstall: Makefile xinstall.c Log Message: install(1): copy metachar table from usr.bin/make It is not worth having a dependency on usr.bin/make just for including this

CVS commit: src/usr.bin/xinstall

2020-09-29 Thread Roy Marples
Module Name:src Committed By: roy Date: Tue Sep 29 12:04:48 UTC 2020 Modified Files: src/usr.bin/xinstall: Makefile Log Message: xinstall: define MAKE_NATIVE so our make parts compile To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28

CVS commit: src/usr.bin/xinstall

2016-05-31 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Tue May 31 06:55:02 UTC 2016 Modified Files: src/usr.bin/xinstall: xinstall.c Log Message: Move __MKTEMP_OK up earlier so it has an actual impact. Reduces the number of warnings during build. XXX There are still some other

CVS commit: src/usr.bin/xinstall

2015-10-10 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Oct 10 22:54:03 UTC 2015 Modified Files: src/usr.bin/xinstall: Makefile Log Message: Don't assume HAVE_POSIX_SPAWN when building a host prog. From Joachim Kuebart in PR 50301. needs pullup-7 To generate a diff of this

CVS commit: src/usr.bin/xinstall

2015-06-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Jun 19 14:32:56 UTC 2015 Modified Files: src/usr.bin/xinstall: xinstall.c Log Message: restore use of whitespace needing shell. To generate a diff of this commit: cvs rdiff -u -r1.121 -r1.122

CVS commit: src/usr.bin/xinstall

2015-06-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Jun 19 17:20:02 UTC 2015 Modified Files: src/usr.bin/xinstall: xinstall.c Log Message: remove unused label To generate a diff of this commit: cvs rdiff -u -r1.123 -r1.124 src/usr.bin/xinstall/xinstall.c Please note that

CVS commit: src/usr.bin/xinstall

2015-06-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Jun 19 17:17:24 UTC 2015 Modified Files: src/usr.bin/xinstall: xinstall.c Log Message: remove useless assignment and explain why. To generate a diff of this commit: cvs rdiff -u -r1.122 -r1.123

CVS commit: src/usr.bin/xinstall

2015-06-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Jun 17 15:34:08 UTC 2015 Modified Files: src/usr.bin/xinstall: Makefile xinstall.c Log Message: Use the bourne shell if the after command has shell metachars. To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25

CVS commit: src/usr.bin/xinstall

2015-06-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Jun 17 15:52:37 UTC 2015 Modified Files: src/usr.bin/xinstall: xinstall.c Log Message: restore unlink file if strip fails (from Takeshi Nakayama) To generate a diff of this commit: cvs rdiff -u -r1.120 -r1.121

CVS commit: src/usr.bin/xinstall

2015-06-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jun 15 16:33:38 UTC 2015 Modified Files: src/usr.bin/xinstall: Makefile xinstall.c Log Message: - improve error printing - deduplicate run functions and don't use the shell so that we handle filenames with spaces and

CVS commit: src/usr.bin/xinstall

2015-06-15 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Jun 15 07:05:09 UTC 2015 Modified Files: src/usr.bin/xinstall: Makefile xinstall.c Log Message: Add optional support for posix_spawn (instead of vfork) and enable it for the in-tree build. To generate a diff of this commit:

CVS commit: src/usr.bin/xinstall

2014-07-06 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sun Jul 6 20:50:03 UTC 2014 Modified Files: src/usr.bin/xinstall: xinstall.c Log Message: When printing a timestamp to a metalog, use 9 digits for the nanoseconds part, except use only 1 digit if the value was zero. To generate a

CVS commit: src/usr.bin/xinstall

2014-07-06 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sun Jul 6 20:54:47 UTC 2014 Modified Files: src/usr.bin/xinstall: xinstall.c Log Message: mtree spec files want nanoseconds, so multiply the microseconds by 1000. To generate a diff of this commit: cvs rdiff -u -r1.116 -r1.117

CVS commit: src/usr.bin/xinstall

2011-09-06 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Tue Sep 6 18:50:33 UTC 2011 Modified Files: src/usr.bin/xinstall: xinstall.c Log Message: Use static and __dead. To generate a diff of this commit: cvs rdiff -u -r1.114 -r1.115 src/usr.bin/xinstall/xinstall.c Please note that

CVS commit: src/usr.bin/xinstall

2011-08-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Aug 17 14:00:31 UTC 2011 Modified Files: src/usr.bin/xinstall: Makefile Log Message: document non-literal format strings To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/usr.bin/xinstall/Makefile Please

CVS commit: src/usr.bin/xinstall

2010-05-14 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Fri May 14 17:03:19 UTC 2010 Modified Files: src/usr.bin/xinstall: install.1 Log Message: Reorder sections to canonical order. Use .Ex -std. To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45

CVS commit: src/usr.bin/xinstall

2009-11-12 Thread Matthias Scheler
Module Name:src Committed By: tron Date: Thu Nov 12 10:10:49 UTC 2009 Modified Files: src/usr.bin/xinstall: xinstall.c Log Message: Don't assume that id_t, gid_t and uid_t use the same underlying type and use the appropriate types instead. Tested under NetBSD 5.99.22 and

CVS commit: src/usr.bin/xinstall

2009-10-30 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Fri Oct 30 20:57:30 UTC 2009 Modified Files: src/usr.bin/xinstall: xinstall.c Log Message: Only trust STRIP from environment if it is non-empty. Some packages set STRIP in Makefiles and that makes install -s fail badly. OK apb@

CVS commit: src/usr.bin/xinstall

2009-07-25 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Sat Jul 25 11:45:58 UTC 2009 Modified Files: src/usr.bin/xinstall: xinstall.c Log Message: When installing via a temporary file, base the name of the temporary file on the name of the target file, not just the target directory, to

CVS commit: src/usr.bin/xinstall

2009-06-08 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Mon Jun 8 14:22:01 UTC 2009 Modified Files: src/usr.bin/xinstall: xinstall.c Log Message: Fix race condition causing install -d to randomly fail when multiple concurrent install processes try to create the same directory. Modelled

CVS commit: src/usr.bin/xinstall

2009-06-08 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Mon Jun 8 21:58:44 UTC 2009 Modified Files: src/usr.bin/xinstall: xinstall.c Log Message: tabify and wrap long lines. To generate a diff of this commit: cvs rdiff -u -r1.110 -r1.111 src/usr.bin/xinstall/xinstall.c Please note

CVS commit: src/usr.bin/xinstall

2009-05-01 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Fri May 1 21:38:19 UTC 2009 Modified Files: src/usr.bin/xinstall: install.1 Log Message: Bump date for previous. To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44 src/usr.bin/xinstall/install.1 Please note that diffs