summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorWesley Shields <wxs@FreeBSD.org>2010-09-14 00:25:14 +0000
committerWesley Shields <wxs@FreeBSD.org>2010-09-14 00:25:14 +0000
commitaf51da91195423e5ef4e84e31b9c9a5e11f67c96 (patch)
treebe146723240ba7d2106fab3230ab41144b5c0547 /security
parent- Add missing python virtual categories (diff)
Remove SHELL_SETS_HOME knob since as far as I can tell it doesn't do anything
anymore. The configure script still supports it but the behavior is now controlled by a setting in the configuration file "Defaults env_keep += HOME".
Notes
Notes: svn path=/head/; revision=261105
Diffstat (limited to 'security')
-rw-r--r--security/sudo/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/security/sudo/Makefile b/security/sudo/Makefile
index ec19f7916258..732f48bc11b2 100644
--- a/security/sudo/Makefile
+++ b/security/sudo/Makefile
@@ -33,7 +33,6 @@ CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc \
OPTIONS= LDAP "With LDAP support" off \
INSULTS "With all insults" 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
@@ -65,10 +64,6 @@ MAN5+= sudoers.ldap.5
PLIST_SUB= LDAP="@comment "
.endif
-.if defined(WITH_SHELL_SETS_HOME)
-CONFIGURE_ARGS+=--enable-shell-sets-home
-.endif
-
.if defined(WITH_DISABLE_ROOT_SUDO)
CONFIGURE_ARGS+=--disable-root-sudo
.endif