cd build-simple && NROFFPROG=/usr/bin/nroff ../configure \
--prefix=/usr -v \
--with-all-insults \
- --with-devel --with-pam --with-fqdn \
- --with-logging=syslog --with-logfac=authpriv \
- --with-env-editor --with-editor=/usr/bin/editor \
- --with-timeout=15 --with-password-timeout=0 \
+ --with-devel \
+ --with-pam \
+ --with-fqdn \
+ --with-logging=syslog \
+ --with-logfac=authpriv \
+ --with-env-editor \
+ --with-editor=/usr/bin/editor \
+ --with-timeout=15 \
+ --with-password-timeout=0 \
--with-passprompt="[sudo] password for %p: " \
- --disable-root-mailer --disable-setresuid \
+ --disable-root-mailer \
+ --disable-setresuid \
--with-sendmail=/usr/sbin/sendmail \
- --mandir=/usr/share/man --libexecdir=/usr/lib/sudo \
+ --mandir=/usr/share/man \
+ --libexecdir=/usr/lib/sudo \
--with-secure-path="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/X11R6/bin"
# LDAP version
cd build-ldap && NROFFPROG=/usr/bin/nroff ../configure \
--prefix=/usr -v \
--with-all-insults \
- --with-exempt=sudo --with-pam --with-ldap --with-fqdn \
- --with-logging=syslog --with-logfac=authpriv \
- --with-env-editor --with-editor=/usr/bin/vi \
- --with-timeout=15 --with-password-timeout=0 \
+ --with-devel \
+ --with-pam \
+ --with-ldap \
+ --with-fqdn \
+ --with-logging=syslog \
+ --with-logfac=authpriv \
+ --with-env-editor \
+ --with-editor=/usr/bin/editor \
+ --with-timeout=15 \
+ --with-password-timeout=0 \
--with-passprompt="[sudo] password for %p: " \
- --disable-root-mailer --disable-setresuid \
+ --disable-root-mailer \
+ --disable-setresuid \
--with-sendmail=/usr/sbin/sendmail \
--with-ldap-conf-file=/etc/sudo-ldap.conf \
- --mandir=/usr/share/man --libexecdir=/usr/lib/sudo \
+ --mandir=/usr/share/man \
+ --libexecdir=/usr/lib/sudo \
--with-secure-path="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/X11R6/bin"
touch config-stamp