diff options
-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 c7454c3..9389788 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 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 }, |