summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/installUpgrade.c
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1998-05-24 02:49:54 +0000
committersteve <steve@FreeBSD.org>1998-05-24 02:49:54 +0000
commitde3d668e24387bd98254eaf4943a01d5ac4e001c (patch)
treefdd9f781dbf4bbecee92ae78187ecffbe7a24d08 /usr.sbin/sysinstall/installUpgrade.c
parentd1bbc2c11094820b29e2fd60e1c600dd661650c9 (diff)
downloadFreeBSD-src-de3d668e24387bd98254eaf4943a01d5ac4e001c.zip
FreeBSD-src-de3d668e24387bd98254eaf4943a01d5ac4e001c.tar.gz
Add 'newsyslog.conf' to the list of files to not clobber
during the upgrade process. PR: 6629
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 c7454c3..9389788 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 },
OpenPOWER on IntegriCloud