mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Preserve ssh directory across upgrades.
Submitted by: Edwin Groothuis <edwin@mavetju.org> PR: conf/25633
This commit is contained in:
parent
32e479705a
commit
fb52a2c4e1
1 changed files with 1 additions and 0 deletions
|
|
@ -116,6 +116,7 @@ static HitList etc_files [] = {
|
|||
{ JUST_COPY, "shells", TRUE, NULL },
|
||||
{ JUST_COPY, "skeykeys", TRUE, NULL },
|
||||
{ JUST_COPY, "spwd.db", TRUE, NULL },
|
||||
{ JUST_COPY, "ssh", TRUE, NULL },
|
||||
{ JUST_COPY, "syslog.conf", TRUE, NULL },
|
||||
{ JUST_COPY, "ttys", TRUE, NULL },
|
||||
{ JUST_COPY, "uucp", TRUE, NULL },
|
||||
|
|
|
|||
Loading…
Reference in a new issue