MFC r1.85:
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.
This commit is contained in:
parent
2c9ab64940
commit
da676c8632
@ -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…
x
Reference in New Issue
Block a user