Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Nov 2000 14:03:21 -0500 (EST)
From:      jack@germanium.xtalwind.net
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   misc/23048: Upgrade install does not restore files in /etc/mail
Message-ID:  <200011231903.eANJ3Lc12745@germanium.xtalwind.net>

next in thread | raw e-mail | index | archive | help

>Number:         23048
>Category:       misc
>Synopsis:       Upgrade install does not restore files in /etc/mail
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Nov 23 11:10:01 PST 2000
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200011231903.eANJ3Lc12745>