Browse Source

Changed sudo to not enable user insulting by default

early
Christian Wiese 17 years ago
parent
commit
75dbe6970a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      base/sudo/sudo.conf

+ 1
- 1
base/sudo/sudo.conf

@ -14,7 +14,7 @@
# GNU General Public License can be found in the file COPYING.
# --- SDE-COPYRIGHT-NOTE-END ---
extraconfopt="--with-insults --with-all-insults --enable-log-host --with-tty-tickets"
extraconfopt="--enable-log-host --with-tty-tickets"
if ! pkginstalled pam; then
var_append extraconfopt ' ' '--without-pam'

Loading…
Cancel
Save