mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-11 17:04:19 +01:00
Fix logic in previous commit.
This commit is contained in:
parent
f0f78037fe
commit
d6238d7915
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=4457
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user