mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Properly preserve /etc/mail during upgrades.
PR: misc/23048 Submitted by: jack@germanium.xtalwind.net
This commit is contained in:
parent
91421ba234
commit
5127091073
1 changed files with 1 additions and 0 deletions
|
|
@ -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 },
|
||||
|
|
|
|||
Loading…
Reference in a new issue