From 004487f9f019fd4d019f53bdba8d778497d10fb9 Mon Sep 17 00:00:00 2001 From: clement Date: Fri, 15 Oct 2004 07:48:24 +0000 Subject: - pwauth must have a SUID bit --- security/pwauth/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'security') 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 -- cgit