Subject: CVS commit: basesrc/usr.bin/xinstall
To: None <source-changes@netbsd.org>
From: Todd Vierling <tv@netbsd.org>
List: source-changes
Date: 10/19/2001 17:26:19
Module Name:	basesrc
Committed By:	tv
Date:		Fri Oct 19 14:26:19 UTC 2001

Modified Files:
	basesrc/usr.bin/xinstall: xinstall.c

Log Message:
If unprivileged, we may be running on a system that doesn't have the proper
/etc/passwd and /etc/group (as well as concept of file flags) as the target.

Rather than look up users, groups, or flags with -U, do what the manpage
indicates:  don't even try changing them.  If -M is specified, use the
strings that are passed in via options with "gname", "uname", and "flags"
in the resultant mtree file, rather than retranslating them back from numbers.


To generate a diff of this commit:
cvs rdiff -r1.51 -r1.52 basesrc/usr.bin/xinstall/xinstall.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.