diff options
author | wxs <wxs@FreeBSD.org> | 2010-01-05 22:57:17 +0800 |
---|---|---|
committer | wxs <wxs@FreeBSD.org> | 2010-01-05 22:57:17 +0800 |
commit | bb513abd79668f949d350661bbfbca605b4f7de9 (patch) | |
tree | 2468d4dbf5cd2b5cf06d33e4615d9c845fdbe343 /security | |
parent | 4c93324ce759d87b91f838942e0ba2e7eb07a0fd (diff) | |
download | freebsd-ports-gnome-bb513abd79668f949d350661bbfbca605b4f7de9.tar.gz freebsd-ports-gnome-bb513abd79668f949d350661bbfbca605b4f7de9.tar.zst freebsd-ports-gnome-bb513abd79668f949d350661bbfbca605b4f7de9.zip |
- Fix options screen to have a shorter description.
Noticed by: garga@
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 f5463293f6b1..e691a4361c10 100644 --- a/security/sudo/Makefile +++ b/security/sudo/Makefile @@ -33,7 +33,7 @@ CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc \ OPTIONS= LDAP "With LDAP support" off \ INSULTS "With all insults" off \ - SHELL_SETS_HOME "Set HOME environment to target user in shell mode" off \ + SHELL_SETS_HOME "Set HOME env to target user in shell mode" off \ DISABLE_ROOT_SUDO "Disable root sudo" off \ DISABLE_AUTH "Disable authentication" off \ NOARGS_SHELL "Enable no arguments shell" off |