From 402b61767dac03fe4b1e61a1348827f7eeb294ce Mon Sep 17 00:00:00 2001 From: jkh Date: Fri, 19 Mar 1999 08:22:31 +0000 Subject: Add /etc/rc.firewall to list of "save after upgrade" targets. --- release/sysinstall/installUpgrade.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'release/sysinstall') diff --git a/release/sysinstall/installUpgrade.c b/release/sysinstall/installUpgrade.c index fd3d2b5..4a4ae75 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.63 1999/02/13 05:18:06 jkh Exp $ + * $Id: installUpgrade.c,v 1.64 1999/02/15 02:22:47 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. @@ -104,6 +104,7 @@ static HitList etc_files [] = { { JUST_COPY, "profile", TRUE, NULL }, { JUST_COPY, "pwd.db", TRUE, NULL }, { JUST_COPY, "rc.local", TRUE, NULL }, + { JUST_COPY, "rc.firewall", TRUE, NULL }, { JUST_COPY, "rc.conf.local", TRUE, NULL }, { JUST_COPY, "remote", TRUE, NULL }, { JUST_COPY, "resolv.conf", TRUE, NULL }, -- cgit v1.1