Date: Sat, 17 Jun 1995 05:10:01 -0700 From: Gene Stark <gene@starkhome.cs.sunysb.edu> To: freebsd-bugs Subject: ports/526: rmail-spool-directory misconfigured in editors/xemacs Message-ID: <199506171210.FAA22129@freefall.cdrom.com> In-Reply-To: Your message of Sat, 17 Jun 1995 08:06:58 -0400 <199506171206.IAA08249@starkhome.cs.sunysb.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
>Number: 526 >Category: ports >Synopsis: rmail-spool-directory misconfigured in editors/xemacs >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs (FreeBSD bugs mailing list) >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Jun 17 05:10:00 1995 >Originator: Gene Stark >Organization: >Release: FreeBSD 2.0-BUILT-19950529 i386 >Environment: >Description: When xemacs-19.11 is built (under ports/editors/xemacs), xemacs gets configured with the variable "rmail-spool-directory" set to "/usr/spool/mail/" which does not match the proper directory under FreeBSD. This makes it hard for xemacs to find new mail, and keeps it from determining whether to use "movemail" to get it. >How-To-Repeat: >Fix: Apply the following patch to "paths.el" before compiling: *** paths.el Fri Jan 28 12:01:26 1994 --- /usr/local/lib/xemacs-19.11/lisp/paths.el Sat Jun 17 07:53:12 1995 *************** *** 107,113 **** ((memq system-type '(dgux-unix hpux usg-unix-v unisoft-unix rtu irix silicon-graphics-unix)) "/usr/mail/") ! ((memq system-type '(netbsd)) "/var/mail/") (t "/usr/spool/mail/"))) --- 107,113 ---- ((memq system-type '(dgux-unix hpux usg-unix-v unisoft-unix rtu irix silicon-graphics-unix)) "/usr/mail/") ! ((memq system-type '(netbsd freebsd)) "/var/mail/") (t "/usr/spool/mail/"))) >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199506171210.FAA22129>