mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 04:10:54 -08:00
(sendmail-program): Look first in /usr/sbin.
This commit is contained in:
parent
7e46d45938
commit
1e0fea28d9
1 changed files with 1 additions and 1 deletions
|
|
@ -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.")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue