NetBSD/usr.sbin/chown
jtc 642d0e3938 Remove chownerr() function completely and use warn() instead.
chownerr() would prematurely terminate the program if a error occured
(lack of permissions, nonexistant file, etc.), but POSIX.2 requires
that the chown and chgrp utilities continue on.  Removing the code
that caused the program to exit turned chownerr into a wrapper
around warn(), so why not call warn() directly.

Also changed the file traversal logic so that directories are not
chown()'d twice.  This only occured when the -R option was not used.
1995-06-03 07:01:19 +00:00
..
Makefile specify man pages the new way. 1994-12-22 11:32:57 +00:00
chgrp.1 clean up import 1994-06-18 20:55:54 +00:00
chown.8 clean up import 1994-06-18 20:55:54 +00:00
chown.c Remove chownerr() function completely and use warn() instead. 1995-06-03 07:01:19 +00:00