From 5127091073d80a6f1ea31b2006e71dddefdc5bf5 Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Wed, 21 Feb 2001 07:47:31 +0000 Subject: [PATCH] Properly preserve /etc/mail during upgrades. PR: misc/23048 Submitted by: jack@germanium.xtalwind.net --- usr.sbin/sysinstall/installUpgrade.c | 1 + 1 file changed, 1 insertion(+) diff --git a/usr.sbin/sysinstall/installUpgrade.c b/usr.sbin/sysinstall/installUpgrade.c index efa8599b1c9..cd49b8f01de 100644 --- a/usr.sbin/sysinstall/installUpgrade.c +++ b/usr.sbin/sysinstall/installUpgrade.c @@ -86,6 +86,7 @@ static HitList etc_files [] = { { 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 },