diff options
| author | Sheldon Hearn <sheldonh@FreeBSD.org> | 2001-12-27 01:57:18 +0000 |
|---|---|---|
| committer | Sheldon Hearn <sheldonh@FreeBSD.org> | 2001-12-27 01:57:18 +0000 |
| commit | f54254eb09bd9e4552fced1ed8c5552d151dfc1e (patch) | |
| tree | 1fd5080f44469d347cebc667096639a68da56d95 | |
| parent | 5060d43190a23dee012c2e7b26661debed3e5a98 (diff) | |
Notes
| -rw-r--r-- | usr.sbin/sysinstall/installUpgrade.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/sysinstall/installUpgrade.c b/usr.sbin/sysinstall/installUpgrade.c index 1ed44c8dea64..e32f11ee2be6 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 }, |
