diff options
author | wxs <wxs@FreeBSD.org> | 2012-06-21 21:01:13 +0800 |
---|---|---|
committer | wxs <wxs@FreeBSD.org> | 2012-06-21 21:01:13 +0800 |
commit | 92897f4e20d1e1c0a40fd35cba691610816ddeec (patch) | |
tree | 7b71999428cb86d226360aa4ad7c258e94dfce47 /security | |
parent | 140c949404a99a838240bc09017463fa7defe28e (diff) | |
download | freebsd-ports-gnome-92897f4e20d1e1c0a40fd35cba691610816ddeec.tar.gz freebsd-ports-gnome-92897f4e20d1e1c0a40fd35cba691610816ddeec.tar.zst freebsd-ports-gnome-92897f4e20d1e1c0a40fd35cba691610816ddeec.zip |
Fix typo.
PR: ports/169284
Submitted by: From: Bryan Drewery <bryan@shatow.net>
Diffstat (limited to 'security')
-rw-r--r-- | security/sudo/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/sudo/Makefile b/security/sudo/Makefile index a876fe50b45f..878996a16879 100644 --- a/security/sudo/Makefile +++ b/security/sudo/Makefile @@ -33,7 +33,7 @@ OPTIONS_DEFINE= LDAP INSULTS DISABLE_ROOT_SUDO DISABLE_AUTH NOARGS_SHELL \ AUDIT OPIE NLS OPTIONS_DEFAULT= AUDIT NLS -INSULT_DESC= Enable insults on failures +INSULTS_DESC= Enable insults on failures DISABLE_ROOT_SUDO_DESC= Do not allow root to run sudo DISABLE_AUTH_DESC= Do not require authentication by default NOARGS_SHELL_DESC= Run a shell if no arguments are given |