From owner-freebsd-bugs Sat Jun 17 05:10:01 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id FAA22136 for bugs-outgoing; Sat, 17 Jun 1995 05:10:01 -0700 Received: (from gnats@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id FAA22129 ; Sat, 17 Jun 1995 05:10:01 -0700 Date: Sat, 17 Jun 1995 05:10:01 -0700 Message-Id: <199506171210.FAA22129@freefall.cdrom.com> From: Gene Stark Reply-To: Gene Stark To: freebsd-bugs Subject: ports/526: rmail-spool-directory misconfigured in editors/xemacs In-Reply-To: Your message of Sat, 17 Jun 1995 08:06:58 -0400 <199506171206.IAA08249@starkhome.cs.sunysb.edu> Sender: bugs-owner@FreeBSD.org Precedence: bulk >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: