diff options
author | mharo <mharo@FreeBSD.org> | 2002-08-24 10:20:55 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2002-08-24 10:20:55 +0800 |
commit | 4ee9445b573988db5628c2ded5f2a11d29e71390 (patch) | |
tree | 025350ef67b2dad4fbaaa8f5909274b99cf6aab5 /security | |
parent | 715494ed716d627471019e43ecc409a857addb15 (diff) | |
download | freebsd-ports-gnome-4ee9445b573988db5628c2ded5f2a11d29e71390.tar.gz freebsd-ports-gnome-4ee9445b573988db5628c2ded5f2a11d29e71390.tar.zst freebsd-ports-gnome-4ee9445b573988db5628c2ded5f2a11d29e71390.zip |
remove insults and allow root to use sudo
Diffstat (limited to 'security')
-rw-r--r-- | security/sudo/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/security/sudo/Makefile b/security/sudo/Makefile index dc59a2cae51b..162f33e275bd 100644 --- a/security/sudo/Makefile +++ b/security/sudo/Makefile @@ -24,10 +24,7 @@ CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc \ --with-ignore-dot \ --with-tty-tickets \ --with-env-editor \ - --with-insults \ - --with-all-insults \ --with-logincap \ - --disable-root-sudo \ --with-long-otp-prompt \ --with-pam |