diff options
author | Clement Laforet <clement@FreeBSD.org> | 2004-10-15 07:48:24 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2004-10-15 07:48:24 +0000 |
commit | 9a353433fdf86c06e0036d41812e89ce04e9a37d (patch) | |
tree | 34d5d451737757497aa940a321c846c2a4ca9f0e | |
parent | c2a02c01e243790309ff219077e3c24459159963 (diff) | |
download | freebsd-ports-9a353433fdf86c06e0036d41812e89ce04e9a37d.zip |
- pwauth must have a SUID bit
-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 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> |