diff options
Diffstat (limited to 'usr.sbin/sysinstall/installUpgrade.c')
| -rw-r--r-- | usr.sbin/sysinstall/installUpgrade.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.sbin/sysinstall/installUpgrade.c b/usr.sbin/sysinstall/installUpgrade.c index 90eaa7c31e45..953dbe81a5d7 100644 --- a/usr.sbin/sysinstall/installUpgrade.c +++ b/usr.sbin/sysinstall/installUpgrade.c @@ -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 }, |
