Add /etc/rc.firewall to list of "save after upgrade" targets.
This commit is contained in:
parent
1151ad0883
commit
3e4cc6bfc4
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=44890
@ -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 },
|
||||
|
@ -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 },
|
||||
|
Loading…
Reference in New Issue
Block a user