changeset 9587:4d94983ab156

(rmail-spool-directory): Add a condition to test the Bull DPX/2.
author Richard M. Stallman <rms@gnu.org>
date Tue, 18 Oct 1994 05:22:27 +0000
parents bada2dc32adc
children 7d465ccfd45b
files lisp/paths.el
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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.