mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-23 07:19:15 +00:00
(rmail-spool-directory): Add a condition to test the Bull DPX/2.
This commit is contained in:
parent
815d2127f5
commit
b6c96aa028
@ -91,6 +91,10 @@ Will use `gnus-startup-file'-SERVER instead if exists.")
|
|||||||
(defconst rmail-spool-directory
|
(defconst rmail-spool-directory
|
||||||
(cond ((string-match "^[^-]+-[^-]+-sco3.2v4" system-configuration)
|
(cond ((string-match "^[^-]+-[^-]+-sco3.2v4" system-configuration)
|
||||||
"/usr/spool/mail/")
|
"/usr/spool/mail/")
|
||||||
|
;; On The Bull DPX/2 /usr/spool/mail is used although
|
||||||
|
;; it is usg-unix-v.
|
||||||
|
((string-match "^m68k-bull-sysv3" system-configuration)
|
||||||
|
"/usr/spool/mail/")
|
||||||
;; SVR4 and recent BSD are said to use this.
|
;; SVR4 and recent BSD are said to use this.
|
||||||
;; Rather than trying to know precisely which systems use it,
|
;; Rather than trying to know precisely which systems use it,
|
||||||
;; let's assume this dir is never used for anything else.
|
;; let's assume this dir is never used for anything else.
|
||||||
|
Loading…
Reference in New Issue
Block a user