diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1994-11-14 07:13:12 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1994-11-14 07:13:12 +0000 |
| commit | d6238d79150a3db1865545c734aee172e4f0f692 (patch) | |
| tree | cfb661ed3e0657593e65d1b700022bca1e1589fa /usr.bin/chpass | |
| parent | f0f78037fe8a168d99c454d05e08612d89a65361 (diff) | |
Notes
Diffstat (limited to 'usr.bin/chpass')
| -rw-r--r-- | usr.bin/chpass/Makefile | 2 |
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 |
