diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 2001-02-21 07:47:31 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 2001-02-21 07:47:31 +0000 |
| commit | 5127091073d80a6f1ea31b2006e71dddefdc5bf5 (patch) | |
| tree | 4302b43203598af02ed328c6df4c3b65ec00c641 /usr.sbin/sysinstall/installUpgrade.c | |
| parent | 91421ba234a918c8b8d1ed71c25a69c0009a8a12 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/sysinstall/installUpgrade.c')
| -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 efa8599b1c9b2..cd49b8f01de50 100644 --- a/usr.sbin/sysinstall/installUpgrade.c +++ b/usr.sbin/sysinstall/installUpgrade.c @@ -86,6 +86,7 @@ static HitList etc_files [] = { { JUST_COPY, "localtime", TRUE, NULL }, { JUST_COPY, "login.access", TRUE, NULL }, { JUST_COPY, "login.conf", TRUE, NULL }, + { JUST_COPY, "mail", TRUE, NULL }, { JUST_COPY, "mail.rc", TRUE, NULL }, { JUST_COPY, "make.conf", TRUE, NULL }, { JUST_COPY, "manpath.config", TRUE, NULL }, |
