diff options
author | clement <clement@FreeBSD.org> | 2004-10-15 07:48:24 +0000 |
---|---|---|
committer | clement <clement@FreeBSD.org> | 2004-10-15 07:48:24 +0000 |
commit | 004487f9f019fd4d019f53bdba8d778497d10fb9 (patch) | |
tree | ea1057f20aa5c5f9d5998ee3ba924c011b267546 /security/pwauth | |
parent | 0b394a148e8e714a301599b229a9c1e1eb51eeb5 (diff) | |
download | FreeBSD-ports-004487f9f019fd4d019f53bdba8d778497d10fb9.zip FreeBSD-ports-004487f9f019fd4d019f53bdba8d778497d10fb9.tar.gz |
- pwauth must have a SUID bit
Diffstat (limited to 'security/pwauth')
-rw-r--r-- | security/pwauth/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/pwauth/Makefile b/security/pwauth/Makefile index 7fb5349..396e15b 100644 --- a/security/pwauth/Makefile +++ b/security/pwauth/Makefile @@ -26,5 +26,6 @@ post-patch: do-install: @${INSTALL_PROGRAM} ${WRKSRC}/pwauth ${PREFIX}/bin + @${CHMOD} u=rxs ${PREFIX}/bin .include <bsd.port.post.mk> |