FreeBSD Bugzilla – Attachment 189205 Details for
Bug 167822
start script doesn't load firewall_type if set in rc.conf.d/ipfw
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch /etc/rc.firewall
firewall.patch (text/plain), 682 bytes, created by
Freddy DISSAUX
on 2017-12-29 19:07:40 UTC
(
hide
)
Description:
patch /etc/rc.firewall
Filename:
MIME Type:
Creator:
Freddy DISSAUX
Created:
2017-12-29 19:07:40 UTC
Size:
682 bytes
patch
obsolete
>--- /etc/rc.firewall.orig 2017-12-29 19:35:46.952122000 +0100 >+++ /etc/rc.firewall 2017-12-29 19:33:44.542989000 +0100 >@@ -30,15 +30,9 @@ > # Setup system for ipfw(4) firewall service. > # > >-# Suck in the configuration variables. >-if [ -z "${source_rc_confs_defined}" ]; then >- if [ -r /etc/defaults/rc.conf ]; then >- . /etc/defaults/rc.conf >- source_rc_confs >- elif [ -r /etc/rc.conf ]; then >- . /etc/rc.conf >- fi >-fi >+. /etc/rc.subr >+. /etc/network.subr >+load_rc_config ipfw > > ############ > # Define the firewall type in /etc/rc.conf. Valid values are: >@@ -116,8 +110,6 @@ > firewall_type="${1}" > fi > >-. /etc/rc.subr >-. /etc/network.subr > afexists inet6 > ipv6_available=$? >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 167822
:
124300
|
180254
| 189205