Preserve /etc/sysctl.conf when doing a binary update. This prevents, for
instance, the dreaded shared memory problem in PostgreSQL coming back to haunt you after a binary update. PR: 89817 Submitted by: edwin MFC after: 2 days
This commit is contained in:
parent
6a4cb6fd25
commit
0ed0acce8d
@ -118,6 +118,7 @@ static HitList etc_files [] = {
|
||||
{ JUST_COPY, "skeykeys", TRUE, NULL },
|
||||
{ JUST_COPY, "spwd.db", TRUE, NULL },
|
||||
{ JUST_COPY, "ssh", TRUE, NULL },
|
||||
{ JUST_COPY, "sysctl.conf", TRUE, NULL },
|
||||
{ JUST_COPY, "syslog.conf", TRUE, NULL },
|
||||
{ JUST_COPY, "ttys", TRUE, NULL },
|
||||
{ JUST_COPY, "uucp", TRUE, NULL },
|
||||
|
Loading…
Reference in New Issue
Block a user