summaryrefslogtreecommitdiff
path: root/security/pwauth/Makefile
diff options
context:
space:
mode:
authorClement Laforet <clement@FreeBSD.org>2004-10-15 07:48:24 +0000
committerClement Laforet <clement@FreeBSD.org>2004-10-15 07:48:24 +0000
commit9a353433fdf86c06e0036d41812e89ce04e9a37d (patch)
tree34d5d451737757497aa940a321c846c2a4ca9f0e /security/pwauth/Makefile
parent- Upgrade to 8.1.10 (various small fixes). (diff)
- pwauth must have a SUID bit
Notes
Notes: svn path=/head/; revision=119485
Diffstat (limited to '')
-rw-r--r--security/pwauth/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/security/pwauth/Makefile b/security/pwauth/Makefile
index 7fb5349885e2..396e15bcbd06 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>