From f54254eb09bd9e4552fced1ed8c5552d151dfc1e Mon Sep 17 00:00:00 2001 From: Sheldon Hearn Date: Thu, 27 Dec 2001 01:57:18 +0000 Subject: [PATCH] Add nsmb.conf to the resurrection list. Submitted by: olgeni Approved by: re --- usr.sbin/sysinstall/installUpgrade.c | 1 + 1 file changed, 1 insertion(+) diff --git a/usr.sbin/sysinstall/installUpgrade.c b/usr.sbin/sysinstall/installUpgrade.c index 1ed44c8dea6..e32f11ee2be 100644 --- a/usr.sbin/sysinstall/installUpgrade.c +++ b/usr.sbin/sysinstall/installUpgrade.c @@ -98,6 +98,7 @@ static HitList etc_files [] = { { JUST_COPY, "namedb", TRUE, NULL }, { JUST_COPY, "networks", TRUE, NULL }, { JUST_COPY, "newsyslog.conf", TRUE, NULL }, + { JUST_COPY, "nsmb.conf", TRUE, NULL }, { JUST_COPY, "nsswitch.conf", TRUE, NULL }, { JUST_COPY, "pam.conf", TRUE, NULL }, { JUST_COPY, "passwd", TRUE, NULL },