diff options
| author | Steve Price <steve@FreeBSD.org> | 1998-05-24 02:49:54 +0000 |
|---|---|---|
| committer | Steve Price <steve@FreeBSD.org> | 1998-05-24 02:49:54 +0000 |
| commit | 461497b33701890decebfde9d0728332ac81226c (patch) | |
| tree | 1ae3fa41d306c21c34cc2569bc7ac7f14dcd55d9 | |
| parent | 0ef41896166bdd11039fddd276a9b2212d0d0095 (diff) | |
Notes
| -rw-r--r-- | release/sysinstall/installUpgrade.c | 3 | ||||
| -rw-r--r-- | usr.sbin/sysinstall/installUpgrade.c | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/release/sysinstall/installUpgrade.c b/release/sysinstall/installUpgrade.c index c7454c370848..93897880ff72 100644 --- a/release/sysinstall/installUpgrade.c +++ b/release/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 }, diff --git a/usr.sbin/sysinstall/installUpgrade.c b/usr.sbin/sysinstall/installUpgrade.c index c7454c370848..93897880ff72 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 }, |
