diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-04-07 06:09:12 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-04-07 06:09:12 +0000 |
commit | 1b67f59b32beabe4003ce8887a900e301a5a08f5 (patch) | |
tree | d6b3a024e6fd770c0415237ec855196c4f81885c /security | |
parent | Add SDL port of id Software's famous Quake game. Unfortunately, due to (diff) |
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
Notes
Notes:
svn path=/head/; revision=27394
Diffstat (limited to 'security')
-rw-r--r-- | security/sudo/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |