From: Richard M. Stallman Date: Thu, 26 Jun 1997 07:21:42 +0000 (+0000) Subject: (sendmail-program): Look first in /usr/sbin. X-Git-Tag: emacs-20.1~1493 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1e0fea28d9fc420a1bef104f7c700185f09ce311;p=emacs.git (sendmail-program): Look first in /usr/sbin. --- diff --git a/lisp/paths.el b/lisp/paths.el index 96536a1b4a1..0f5bd956a29 100644 --- a/lisp/paths.el +++ b/lisp/paths.el @@ -113,8 +113,8 @@ Its name should end with a slash.") (defconst sendmail-program (cond - ((file-exists-p "/usr/lib/sendmail") "/usr/lib/sendmail") ((file-exists-p "/usr/sbin/sendmail") "/usr/sbin/sendmail") + ((file-exists-p "/usr/lib/sendmail") "/usr/lib/sendmail") ((file-exists-p "/usr/ucblib/sendmail") "/usr/ucblib/sendmail") (t "fakemail")) ;In ../etc, to interface to /bin/mail. "Program used to send messages.")