Properly preserve /etc/mail during upgrades.

PR:		misc/23048
Submitted by:	jack@germanium.xtalwind.net
This commit is contained in:
Jordan K. Hubbard 2001-02-21 07:47:31 +00:00
parent 91421ba234
commit 5127091073

View file

@ -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 },