aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/sysinstall/installUpgrade.c
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1998-05-24 02:49:54 +0000
committerSteve Price <steve@FreeBSD.org>1998-05-24 02:49:54 +0000
commit461497b33701890decebfde9d0728332ac81226c (patch)
tree1ae3fa41d306c21c34cc2569bc7ac7f14dcd55d9 /usr.sbin/sysinstall/installUpgrade.c
parent0ef41896166bdd11039fddd276a9b2212d0d0095 (diff)
Notes
Diffstat (limited to 'usr.sbin/sysinstall/installUpgrade.c')
-rw-r--r--usr.sbin/sysinstall/installUpgrade.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/sysinstall/installUpgrade.c b/usr.sbin/sysinstall/installUpgrade.c
index c7454c3708486..93897880ff726 100644
--- a/usr.sbin/sysinstall/installUpgrade.c
+++ b/usr.sbin/sysinstall/installUpgrade.c
@@ -4,7 +4,7 @@
* This is probably the last program in the `sysinstall' line - the next
* generation being essentially a complete rewrite.
*
- * $Id: installUpgrade.c,v 1.56 1998/03/23 08:36:27 jkh Exp $
+ * $Id: installUpgrade.c,v 1.57 1998/03/24 09:51:58 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -93,6 +93,7 @@ static HitList etc_files [] = {
{ JUST_COPY, "motd", TRUE, NULL },
{ JUST_COPY, "namedb", TRUE, NULL },
{ JUST_COPY, "networks", TRUE, NULL },
+ { JUST_COPY, "newsyslog.conf", TRUE, NULL },
{ JUST_COPY, "passwd", FALSE, NULL },
{ JUST_COPY, "phones", TRUE, NULL },
{ JUST_COPY, "ppp", TRUE, NULL },