aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/chpass
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1994-11-14 07:13:12 +0000
committerBruce Evans <bde@FreeBSD.org>1994-11-14 07:13:12 +0000
commitd6238d79150a3db1865545c734aee172e4f0f692 (patch)
treecfb661ed3e0657593e65d1b700022bca1e1589fa /usr.bin/chpass
parentf0f78037fe8a168d99c454d05e08612d89a65361 (diff)
Notes
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 31dc84f7a91d..d5090da9a2dd 100644
--- a/usr.bin/chpass/Makefile
+++ b/usr.bin/chpass/Makefile
@@ -10,7 +10,7 @@ LINKS= ${BINDIR}/chpass ${BINDIR}/chfn ${BINDIR}/chpass ${BINDIR}/chsh
MLINKS= chpass.1 chfn.1 chpass.1 chsh.1
beforeinstall:
- [ -r /usr/bin/chpass ] && chflags noschg /usr/bin/chpass
+ [ ! -e /usr/bin/chpass ] || chflags noschg /usr/bin/chpass
afterinstall:
chflags schg /usr/bin/chpass