From jack@germanium.xtalwind.net  Thu Nov 23 11:03:25 2000
Return-Path: <jack@germanium.xtalwind.net>
Received: from germanium.xtalwind.net (germanium.xtalwind.net [205.160.242.5])
	by hub.freebsd.org (Postfix) with ESMTP id EEEF937B479
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 23 Nov 2000 11:03:23 -0800 (PST)
Received: (from jack@localhost)
	by germanium.xtalwind.net (8.11.1/8.11.1) id eANJ3Lc12745;
	Thu, 23 Nov 2000 14:03:21 -0500 (EST)
	(envelope-from jack)
Message-Id: <200011231903.eANJ3Lc12745@germanium.xtalwind.net>
Date: Thu, 23 Nov 2000 14:03:21 -0500 (EST)
From: jack@germanium.xtalwind.net
Reply-To: jack@germanium.xtalwind.net
To: FreeBSD-gnats-submit@freebsd.org
Subject: Upgrade install does not restore files in /etc/mail
X-Send-Pr-Version: 3.2

>Number:         23048
>Category:       misc
>Synopsis:       [PATCH] Upgrade install does not restore files in /etc/mail
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    jkh
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Nov 23 11:10:01 PST 2000
>Closed-Date:    Tue Feb 20 23:42:23 PST 2001
>Last-Modified:  Tue Feb 20 23:46:40 PST 2001
>Originator:     
>Release:        FreeBSD 4.2-RELEASE i386
>Organization:
>Environment:

	4.2-RELEASE `Upgrade' install

>Description:

	Preexisting files in /etc/mail are not restored.

>How-To-Repeat:

	Do a 4.2-RELEASE `Upgrade' install

>Fix:

	
--- installUpgrade.c.orig	Tue Nov 14 18:50:53 2000
+++ installUpgrade.c	Wed Nov 22 17:05:52 2000
@@ -87,6 +87,7 @@
    { JUST_COPY,		"localtime",		TRUE, NULL },
    { JUST_COPY,		"login.access",		TRUE, NULL },
    { JUST_COPY,		"login.conf",		TRUE, NULL },
+   { JUST_COPY,		"mail",		TRUE, NULL },
    { JUST_COPY,		"mail.rc",		TRUE, NULL },
    { JUST_COPY,		"make.conf",		TRUE, NULL },
    { JUST_COPY,		"manpath.config",	TRUE, NULL },


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-bugs->jkh 
Responsible-Changed-By: dougb 
Responsible-Changed-When: Sat Nov 25 00:19:50 PST 2000 
Responsible-Changed-Why:  

Jordan is Mr. Sysinstall 

http://www.freebsd.org/cgi/query-pr.cgi?pr=23048 
State-Changed-From-To: open->closed 
State-Changed-By: jkh 
State-Changed-When: Tue Feb 20 23:42:23 PST 2001 
State-Changed-Why:  
Patch committed, thanks. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=23048 
>Unformatted:
