changeset 7376:53c6cc0ccd30

(rmail-spool-directory): On SCO 3.2v4, use /usr/spool/mail.
author Richard M. Stallman <rms@gnu.org>
date Sat, 07 May 1994 01:22:38 +0000
parents d04f5eb7098b
children 027616e7b1e4
files lisp/paths.el
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/paths.el	Sat May 07 01:21:58 1994 +0000
+++ b/lisp/paths.el	Sat May 07 01:22:38 1994 +0000
@@ -88,7 +88,9 @@
   "Name of user's primary mail file.")
 
 (defconst rmail-spool-directory
-  (cond ((memq system-type '(dgux hpux usg-unix-v unisoft-unix rtu irix))
+  (cond ((string-match "^[^-]+-[^-]+-sco3.2v4" system-configuration)
+	 "/usr/spool/mail/")
+	((memq system-type '(dgux hpux usg-unix-v unisoft-unix rtu irix))
 	 "/usr/mail/")
 	((eq system-type 'netbsd)
 	 "/var/mail/")