derle.sh 245 B

123456789101112
  1. ./configure $CONF_OPT \
  2. --with-vardir=/var/db/sudo \
  3. --docdir=/usr/share/doc/sudo-$surum \
  4. --with-all-insults \
  5. --with-logfac=auth \
  6. --with-env-editor \
  7. --with-pam \
  8. --without-sendmail \
  9. --with-passprompt="[sudo] password/şifre for %p: "
  10. make