# HG changeset patch # User Richard M. Stallman # Date 782457747 0 # Node ID 4d94983ab1560cd652232313a820c219ea940f87 # Parent bada2dc32adcd4ce5ccb96ca4716899645d02804 (rmail-spool-directory): Add a condition to test the Bull DPX/2. diff -r bada2dc32adc -r 4d94983ab156 lisp/paths.el --- a/lisp/paths.el Tue Oct 18 04:59:45 1994 +0000 +++ b/lisp/paths.el Tue Oct 18 05:22:27 1994 +0000 @@ -91,6 +91,10 @@ (defconst rmail-spool-directory (cond ((string-match "^[^-]+-[^-]+-sco3.2v4" system-configuration) "/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. ;; Rather than trying to know precisely which systems use it, ;; let's assume this dir is never used for anything else.