Date: Wed, 19 Jan 2011 03:59:31 +0000 (UTC) From: Warner Losh <imp@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org Subject: svn commit: r217569 - stable/8/usr.bin/chpass Message-ID: <201101190359.p0J3xVAf062471@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: imp Date: Wed Jan 19 03:59:30 2011 New Revision: 217569 URL: http://svn.freebsd.org/changeset/base/217569 Log: MFC r204707 by scottl Ignore the result of the chflags operation to allow it to continue when doing an installation over NFS. Modified: stable/8/usr.bin/chpass/Makefile (contents, props changed) Modified: stable/8/usr.bin/chpass/Makefile ============================================================================== --- stable/8/usr.bin/chpass/Makefile Wed Jan 19 03:10:24 2011 (r217568) +++ stable/8/usr.bin/chpass/Makefile Wed Jan 19 03:59:30 2011 (r217569) @@ -44,7 +44,7 @@ beforeinstall: .if !defined(NO_FSCHG) afterinstall: - chflags schg ${DESTDIR}${BINDIR}/chpass + -chflags schg ${DESTDIR}${BINDIR}/chpass .endif .include <bsd.prog.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201101190359.p0J3xVAf062471>