svn commit: r217569 - stable/8/usr.bin/chpass

Warner Losh imp at FreeBSD.org
Wed Jan 19 03:59:31 UTC 2011


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>


More information about the svn-src-stable mailing list