Preserve /etc/hosts.allow and /etc/dhclient.conf during upgrades.

Noted by:	Tim Zingelman <zingelman@fnal.gov>
This commit is contained in:
Jordan K. Hubbard 2001-08-31 20:10:01 +00:00
parent 711b11769d
commit 6db4e2900d

View File

@ -68,6 +68,7 @@ static HitList etc_files [] = {
{ JUST_COPY, "csh.login", TRUE, NULL },
{ JUST_COPY, "csh.logout", TRUE, NULL },
{ JUST_COPY, "cvsupfile", TRUE, NULL },
{ JUST_COPY, "dhclient.conf", TRUE, NULL },
{ JUST_COPY, "disktab", TRUE, NULL },
{ JUST_COPY, "dm.conf", TRUE, NULL },
{ JUST_COPY, "dumpdates", TRUE, NULL },
@ -79,6 +80,7 @@ static HitList etc_files [] = {
{ JUST_COPY, "gnats", TRUE, NULL },
{ JUST_COPY, "group", FALSE, NULL },
{ JUST_COPY, "hosts", TRUE, NULL },
{ JUST_COPY, "hosts.allow", TRUE, NULL },
{ JUST_COPY, "hosts.equiv", TRUE, NULL },
{ JUST_COPY, "hosts.lpd", TRUE, NULL },
{ JUST_COPY, "inetd.conf", TRUE, NULL },