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:
Philip Paeps 2005-12-01 21:39:43 +00:00
parent 6a4cb6fd25
commit 0ed0acce8d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=152993

View File

@ -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 },