Diff for /embedaddon/sudo/mkpkg between versions 1.1.1.5 and 1.1.1.6

version 1.1.1.5, 2013/10/14 07:56:33 version 1.1.1.6, 2014/06/15 16:12:53
Line 131  case "$osversion" in Line 131  case "$osversion" in
             configure_opts="${configure_opts}${configure_opts+$tab}--with-pam-login"              configure_opts="${configure_opts}${configure_opts+$tab}--with-pam-login"
             PPVARS="${PPVARS}${PPVARS+$space}linux_audit=1.4.0"              PPVARS="${PPVARS}${PPVARS+$space}linux_audit=1.4.0"
         fi          fi
           if [ $osrelease -ge 60 ]; then
               # RHEL 6 and above builds sudo with SSSD support
               configure_opts="${configure_opts}${configure_opts+$tab}--with-sssd"
           fi
         # Note, must indent with tabs, not spaces due to IFS trickery          # Note, must indent with tabs, not spaces due to IFS trickery
         configure_opts="--prefix=/usr          configure_opts="--prefix=/usr
                 --with-logging=syslog                  --with-logging=syslog
Line 208  case "$osversion" in Line 212  case "$osversion" in
                 --with-timeout=15                  --with-timeout=15
                 --with-password-timeout=0                  --with-password-timeout=0
                 --with-passprompt=[sudo] password for %p:                   --with-passprompt=[sudo] password for %p: 
                 --with-timedir=/var/lib/sudo  
                 --disable-root-mailer                  --disable-root-mailer
                 --disable-setresuid  
                 --with-sendmail=/usr/sbin/sendmail                  --with-sendmail=/usr/sbin/sendmail
                 --mandir=/usr/share/man                  --mandir=/usr/share/man
                 --libexecdir=/usr/lib                  --libexecdir=/usr/lib

Removed from v.1.1.1.5  
changed lines
  Added in v.1.1.1.6


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>