mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-20 11:11:24 +00:00
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
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=152993
@ -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