summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/installUpgrade.c
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1999-03-19 08:22:31 +0000
committerjkh <jkh@FreeBSD.org>1999-03-19 08:22:31 +0000
commit402b61767dac03fe4b1e61a1348827f7eeb294ce (patch)
tree93df17ecd783be65ea6f0cb218899a0d71b79e05 /usr.sbin/sysinstall/installUpgrade.c
parent4c56881d7d8efba8596efbe144fd714b9c3972b5 (diff)
downloadFreeBSD-src-402b61767dac03fe4b1e61a1348827f7eeb294ce.zip
FreeBSD-src-402b61767dac03fe4b1e61a1348827f7eeb294ce.tar.gz
Add /etc/rc.firewall to list of "save after upgrade" targets.
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 fd3d2b5..4a4ae75 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.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 },
OpenPOWER on IntegriCloud