From owner-freebsd-current Sun Apr 28 12:58:41 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA20341 for current-outgoing; Sun, 28 Apr 1996 12:58:41 -0700 (PDT) Received: from time.cdrom.com (time.cdrom.com [204.216.27.226]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id MAA20328 for ; Sun, 28 Apr 1996 12:58:36 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by time.cdrom.com (8.7.5/8.6.9) with SMTP id MAA01131; Sun, 28 Apr 1996 12:58:03 -0700 (PDT) To: Wolfram Schneider cc: guido@gvr.win.tue.nl (Guido van Rooij), current@freebsd.org Subject: Re: review request In-reply-to: Your message of "Sun, 28 Apr 1996 21:13:52 +0200." <199604281913.VAA07796@campa.panke.de> Date: Sun, 28 Apr 1996 12:58:03 -0700 Message-ID: <1129.830721483@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > I think usr.bin/mail/Makefile is wrong. make install shall not install > any file in /etc. Jordan? I agree, it shouldn't. What should really happen is that mail.rc should propagate to /usr/share/misc along with mail's other files and we should adjust _PATH_MASTER_RC to point to /usr/share/misc/mail.rc instead of /etc/mail.rc. However, since this would constitute an interface change and leave anyone's customized /etc/mail.rc file high-and-dry (unless you changed the algorithm to search along a path, with /etc first), I think that I'll wait for feedback on this one before doing anything. Comments? Jordan