Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 04 Mar 2010 11:53:05 -0700 (MST)
From:      "M. Warner Losh" <imp@bsdimp.com>
To:        scottl@samsco.org
Cc:        svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, ed@freebsd.org
Subject:   Re: svn commit: r194266 - head/usr.bin/chpass
Message-ID:  <20100304.115305.769599705400649806.imp@bsdimp.com>
In-Reply-To: <9A8644AD-3B92-4BCE-8A51-132F8EA35F7D@samsco.org>
References:  <CADA450C-C67C-47DA-BF64-40FFE011B1E9@samsco.org> <20100304.105304.29649700129034.imp@bsdimp.com> <9A8644AD-3B92-4BCE-8A51-132F8EA35F7D@samsco.org>

next in thread | previous in thread | raw e-mail | index | archive | help
In message: <9A8644AD-3B92-4BCE-8A51-132F8EA35F7D@samsco.org>
            Scott Long <scottl@samsco.org> writes:
: On Mar 4, 2010, at 10:53 AM, M. Warner Losh wrote:
: > 
: > In message: <CADA450C-C67C-47DA-BF64-40FFE011B1E9@samsco.org>
: >            Scott Long <scottl@samsco.org> writes:
: > : Forcing the entire build to fail if chflags fails breaks installing
: > : to an NFS destination.  I haven't tested all possible permutations
: > : of src vs dest filesystems mounting, but I don't see how it can
: > : work over any type of NFS mount.  What is the reason for forcing
: > : this failure?  The NO_FSCHG variable is undocumented, and the
: > : failure mode here is pretty useless at helping the user fix the
: > : problem.  I'd like to re-add the '-' modifier to the chflags
: > : command that you removed.
: > 
: > NO_FSCHG variable has been around a long time, and is de-facto
: > supported.  It will be documented shortly when I get done cleaning up
: > build(7).
: > 
: > NO_FSCHG has been the documented way (in examples) for installing over
: > NFS for a very long time.  It looks to my eye like this change fixed a
: > problem with that...
: > 
: > Warner
: > 
: > : 
: 
: Every other base package that sets schg does so by allowing chflags to silently fail.  My change puts chpass back into conformance with the status quo.

Well, maybe for chflags, but not for install.  You still need NO_FSCHG
if you are installing over NFS, with or without this change...

Warner



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20100304.115305.769599705400649806.imp>