comparison lisp/paths.el @ 5276:c9578602cc61

(rmail-spool-directory): Use dgux, not dgux-unix.
author Richard M. Stallman <rms@gnu.org>
date Thu, 23 Dec 1993 03:26:46 +0000
parents a2d961cb63b0
children a38c30848cbe
comparison
equal deleted inserted replaced
5275:c2a5a99d89e8 5276:c9578602cc61
98 (defvar gnus-startup-file "~/.newsrc" 98 (defvar gnus-startup-file "~/.newsrc"
99 "The file listing groups to which user is subscribed. 99 "The file listing groups to which user is subscribed.
100 Will use `gnus-startup-file'-SERVER instead if exists.") 100 Will use `gnus-startup-file'-SERVER instead if exists.")
101 101
102 (defconst rmail-spool-directory 102 (defconst rmail-spool-directory
103 (cond ((memq system-type '(dgux-unix hpux usg-unix-v unisoft-unix rtu 103 (cond ((memq system-type '(dgux hpux usg-unix-v unisoft-unix rtu irix))
104 irix))
105 "/usr/mail/") 104 "/usr/mail/")
106 ((eq system-type 'netbsd) 105 ((eq system-type 'netbsd)
107 "/var/mail/") 106 "/var/mail/")
108 (t "/usr/spool/mail/")) 107 (t "/usr/spool/mail/"))
109 "Name of directory used by system mailer for delivering new mail. 108 "Name of directory used by system mailer for delivering new mail.