From: Lyndon Nerenberg Date: Sun, 30 Jun 2013 20:14:12 +0000 (-0700) Subject: Prefer /usr/sbin/sendmail over /usr/lib/sendmail. X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/fcfc373f2dca823d704763feaab5e5c53646b222?ds=inline;hp=-c Prefer /usr/sbin/sendmail over /usr/lib/sendmail. If the site installs a sendmail replacement, or updates to a newer version, odds are better for the new sendmail preferring to install in /usr/sbin over /usr/lib. --- fcfc373f2dca823d704763feaab5e5c53646b222 diff --git a/configure.ac b/configure.ac index 059bff8f..aa5f75ff 100644 --- a/configure.ac +++ b/configure.ac @@ -238,7 +238,7 @@ AS_IF([test "$lspath" != "no"], nmh_cv_ls_grpopt="-lg"])])]) dnl Look for `sendmail' -pathtmp=/usr/lib:/usr/sbin:/usr/etc:/usr/ucblib:/usr/bin:/bin +pathtmp=/usr/sbin:/usr/lib:/usr/etc:/usr/ucblib:/usr/bin:/bin AC_PATH_PROG([sendmailpath], [sendmail], [/usr/sbin/sendmail], [$pathtmp]) dnl Cygwin FAT filesystems do not support hard links. So default to