diff options
author | wxs <wxs@FreeBSD.org> | 2010-09-14 08:25:14 +0800 |
---|---|---|
committer | wxs <wxs@FreeBSD.org> | 2010-09-14 08:25:14 +0800 |
commit | 5e1227ddfed1e5fcb5bb81d3d5d8c0da8faf13f8 (patch) | |
tree | 07c5ce456eaabc60e1ce844ddf4027c39406051a /security/sudo | |
parent | 47ad6919f9ec4e3ccd9220087ba8758ab6c48541 (diff) | |
download | freebsd-ports-gnome-5e1227ddfed1e5fcb5bb81d3d5d8c0da8faf13f8.tar.gz freebsd-ports-gnome-5e1227ddfed1e5fcb5bb81d3d5d8c0da8faf13f8.tar.zst freebsd-ports-gnome-5e1227ddfed1e5fcb5bb81d3d5d8c0da8faf13f8.zip |
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".
Diffstat (limited to 'security/sudo')
-rw-r--r-- | security/sudo/Makefile | 5 |
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 |