summaryrefslogtreecommitdiff
path: root/lisp/paths.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-07-05 04:06:00 +0000
committerRichard M. Stallman <rms@gnu.org>1994-07-05 04:06:00 +0000
commit6378a34e974c2233d6edec98833c4956002946f6 (patch)
tree5c062d8318381887310f2c049147f2f9349ca7bd /lisp/paths.el
parent8ca722bb4a363b46e0430f2730df09954267e7dc (diff)
downloademacs-6378a34e974c2233d6edec98833c4956002946f6.tar.gz
(rmail-spool-directory): Use /var/mail for bsd386.
Diffstat (limited to 'lisp/paths.el')
-rw-r--r--lisp/paths.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/paths.el b/lisp/paths.el
index 9682cb19337..268bdc48ab0 100644
--- a/lisp/paths.el
+++ b/lisp/paths.el
@@ -97,6 +97,10 @@ Will use `gnus-startup-file'-SERVER instead if exists.")
((and (string-match "^[^-]+-[^-]+-sysv4" system-configuration)
(file-exists-p "/var/mail"))
"/var/mail/")
+ ;; BSD386 is said to use /var/mail.
+ ((and (string-match "^[^-]+-[^-]+-bsd386" system-configuration)
+ (file-exists-p "/var/mail"))
+ "/var/mail/")
((memq system-type '(dgux hpux usg-unix-v unisoft-unix rtu irix))
"/usr/mail/")
((eq system-type 'netbsd)