Date: Tue, 2 Jun 1998 05:00:11 -0700 (PDT) From: Peter Wemm <peter@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG Subject: cvs commit: src/usr.bin/xinstall xinstall.c install.1 Message-ID: <199806021200.FAA17110@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
peter 1998/06/02 05:00:10 PDT Modified files: usr.bin/xinstall xinstall.c install.1 Log: 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>. Revision Changes Path 1.32 +17 -9 src/usr.bin/xinstall/xinstall.c 1.12 +8 -1 src/usr.bin/xinstall/install.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199806021200.FAA17110>