freebsd-dev/usr.bin/xinstall
Peter Wemm defff80956 Treat an EOPNOTSUPP from fchflags() as a non-fatal case. Only warn about
it if flags were explicitly specified on the command line.  Do not warn
if we were merely trying to preserve flags or remove UF_NODUMP.  NFS does
not support flags.

I'm not sure that this is ideal, but it should do for now.  Installing
a plain file onto a NFS server must work, we used to silently ignore the
attempt.  Doing a binary install looses the flags anyway since cpio
doens't preserve them with the cdrom/network images.
XXX make world should not use flags or chown/chgrp in the obj/tmp area.

This is based on a suggestion from Ken Merry <ken@plutotech.com>.
1998-06-02 12:00:08 +00:00
..
install.1 Treat an EOPNOTSUPP from fchflags() as a non-fatal case. Only warn about 1998-06-02 12:00:08 +00:00
Makefile Change install' to ${INSTALL}' so that default install flags can be 1995-07-25 00:37:58 +00:00
pathnames.h
xinstall.c Treat an EOPNOTSUPP from fchflags() as a non-fatal case. Only warn about 1998-06-02 12:00:08 +00:00