aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/chpass
diff options
context:
space:
mode:
authorScott Long <scottl@FreeBSD.org>2010-03-04 12:35:20 +0000
committerScott Long <scottl@FreeBSD.org>2010-03-04 12:35:20 +0000
commit9f28039bf2878200f34c764d487b6631283696b6 (patch)
tree84035657a7a194b2dbec35f26deb97efcb3b366b /usr.bin/chpass
parent6f3bc07b8b16bf4dd793f97203121c5b9404e474 (diff)
downloadsrc-9f28039bf2878200f34c764d487b6631283696b6.tar.gz
src-9f28039bf2878200f34c764d487b6631283696b6.zip
Let the afterinstall target ignore failures from running chflags. This
allows it to work over NFS, and puts it back into conformance with other 'schg' utlitilties in the system. Reviewed by: ed
Notes
Notes: svn path=/head/; revision=204707
Diffstat (limited to 'usr.bin/chpass')
-rw-r--r--usr.bin/chpass/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/chpass/Makefile b/usr.bin/chpass/Makefile
index 7f7ac510c6bc..a5571d72ffba 100644
--- a/usr.bin/chpass/Makefile
+++ b/usr.bin/chpass/Makefile
@@ -43,7 +43,7 @@ beforeinstall:
.if !defined(NO_FSCHG)
afterinstall:
- chflags schg ${DESTDIR}${BINDIR}/chpass
+ -chflags schg ${DESTDIR}${BINDIR}/chpass
.endif
.include <bsd.prog.mk>