From 1b67f59b32beabe4003ce8887a900e301a5a08f5 Mon Sep 17 00:00:00 2001 From: Michael Haro Date: Fri, 7 Apr 2000 06:09:12 +0000 Subject: install sample file with everything commented out so that random system users don't accidently get configured to do stuff as root. Submitted by: Adam Steffes --- security/sudo/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'security') diff --git a/security/sudo/Makefile b/security/sudo/Makefile index 87bdbba64a20..aa75acb7f85a 100644 --- a/security/sudo/Makefile +++ b/security/sudo/Makefile @@ -29,6 +29,7 @@ MAN8= sudo.8 visudo.8 post-patch: perl -i -pe 's,!!PREFIX!!,${PREFIX},g' ${WRKSRC}/*.man + perl -i -pe 's,^,#,g' ${WRKSRC}/sample.sudoers post-install: ${INSTALL_DATA} ${WRKSRC}/sample.sudoers ${PREFIX}/etc/sudoers.sample -- cgit v1.2.3