diff options
author | peter <peter@FreeBSD.org> | 1998-11-11 05:23:44 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1998-11-11 05:23:44 +0000 |
commit | 41bd56bf3f124de0a0c8007c5cadb44e210b5390 (patch) | |
tree | 961ea0ac42d115b8e6ee36b5ba9710d6d1cd2bf5 /etc | |
parent | ed4b513d2f2bd4ee1f0bb1736942b4f1caf625e7 (diff) | |
download | FreeBSD-src-41bd56bf3f124de0a0c8007c5cadb44e210b5390.zip FreeBSD-src-41bd56bf3f124de0a0c8007c5cadb44e210b5390.tar.gz |
kldload ipfw, it's installed always and works on both kernel formats
Diffstat (limited to 'etc')
-rw-r--r-- | etc/network.subr | 4 | ||||
-rw-r--r-- | etc/rc.d/netoptions | 4 | ||||
-rw-r--r-- | etc/rc.d/network1 | 4 | ||||
-rw-r--r-- | etc/rc.d/network2 | 4 | ||||
-rw-r--r-- | etc/rc.d/network3 | 4 | ||||
-rw-r--r-- | etc/rc.d/routing | 4 | ||||
-rw-r--r-- | etc/rc.network | 4 |
7 files changed, 14 insertions, 14 deletions
diff --git a/etc/network.subr b/etc/network.subr index cf9ff66..30efc0d 100644 --- a/etc/network.subr +++ b/etc/network.subr @@ -1,6 +1,6 @@ #!/bin/sh - # -# $Id: rc.network,v 1.32 1998/09/16 20:38:23 cracauer Exp $ +# $Id: rc.network,v 1.33 1998/10/06 19:24:14 phk Exp $ # From: @(#)netstart 5.9 (Berkeley) 3/30/91 # Note that almost all the user-configurable behavior is no longer in @@ -71,7 +71,7 @@ network_pass1() { fi if [ $firewall_in_kernel = 0 -a "x$firewall_enable" = "xYES" ] ; then - if modload /lkm/ipfw_mod.o; then + if kldload ipfw; then firewall_in_kernel=1 # module loaded successfully echo "Kernel firewall module loaded." else diff --git a/etc/rc.d/netoptions b/etc/rc.d/netoptions index cf9ff66..30efc0d 100644 --- a/etc/rc.d/netoptions +++ b/etc/rc.d/netoptions @@ -1,6 +1,6 @@ #!/bin/sh - # -# $Id: rc.network,v 1.32 1998/09/16 20:38:23 cracauer Exp $ +# $Id: rc.network,v 1.33 1998/10/06 19:24:14 phk Exp $ # From: @(#)netstart 5.9 (Berkeley) 3/30/91 # Note that almost all the user-configurable behavior is no longer in @@ -71,7 +71,7 @@ network_pass1() { fi if [ $firewall_in_kernel = 0 -a "x$firewall_enable" = "xYES" ] ; then - if modload /lkm/ipfw_mod.o; then + if kldload ipfw; then firewall_in_kernel=1 # module loaded successfully echo "Kernel firewall module loaded." else diff --git a/etc/rc.d/network1 b/etc/rc.d/network1 index cf9ff66..30efc0d 100644 --- a/etc/rc.d/network1 +++ b/etc/rc.d/network1 @@ -1,6 +1,6 @@ #!/bin/sh - # -# $Id: rc.network,v 1.32 1998/09/16 20:38:23 cracauer Exp $ +# $Id: rc.network,v 1.33 1998/10/06 19:24:14 phk Exp $ # From: @(#)netstart 5.9 (Berkeley) 3/30/91 # Note that almost all the user-configurable behavior is no longer in @@ -71,7 +71,7 @@ network_pass1() { fi if [ $firewall_in_kernel = 0 -a "x$firewall_enable" = "xYES" ] ; then - if modload /lkm/ipfw_mod.o; then + if kldload ipfw; then firewall_in_kernel=1 # module loaded successfully echo "Kernel firewall module loaded." else diff --git a/etc/rc.d/network2 b/etc/rc.d/network2 index cf9ff66..30efc0d 100644 --- a/etc/rc.d/network2 +++ b/etc/rc.d/network2 @@ -1,6 +1,6 @@ #!/bin/sh - # -# $Id: rc.network,v 1.32 1998/09/16 20:38:23 cracauer Exp $ +# $Id: rc.network,v 1.33 1998/10/06 19:24:14 phk Exp $ # From: @(#)netstart 5.9 (Berkeley) 3/30/91 # Note that almost all the user-configurable behavior is no longer in @@ -71,7 +71,7 @@ network_pass1() { fi if [ $firewall_in_kernel = 0 -a "x$firewall_enable" = "xYES" ] ; then - if modload /lkm/ipfw_mod.o; then + if kldload ipfw; then firewall_in_kernel=1 # module loaded successfully echo "Kernel firewall module loaded." else diff --git a/etc/rc.d/network3 b/etc/rc.d/network3 index cf9ff66..30efc0d 100644 --- a/etc/rc.d/network3 +++ b/etc/rc.d/network3 @@ -1,6 +1,6 @@ #!/bin/sh - # -# $Id: rc.network,v 1.32 1998/09/16 20:38:23 cracauer Exp $ +# $Id: rc.network,v 1.33 1998/10/06 19:24:14 phk Exp $ # From: @(#)netstart 5.9 (Berkeley) 3/30/91 # Note that almost all the user-configurable behavior is no longer in @@ -71,7 +71,7 @@ network_pass1() { fi if [ $firewall_in_kernel = 0 -a "x$firewall_enable" = "xYES" ] ; then - if modload /lkm/ipfw_mod.o; then + if kldload ipfw; then firewall_in_kernel=1 # module loaded successfully echo "Kernel firewall module loaded." else diff --git a/etc/rc.d/routing b/etc/rc.d/routing index cf9ff66..30efc0d 100644 --- a/etc/rc.d/routing +++ b/etc/rc.d/routing @@ -1,6 +1,6 @@ #!/bin/sh - # -# $Id: rc.network,v 1.32 1998/09/16 20:38:23 cracauer Exp $ +# $Id: rc.network,v 1.33 1998/10/06 19:24:14 phk Exp $ # From: @(#)netstart 5.9 (Berkeley) 3/30/91 # Note that almost all the user-configurable behavior is no longer in @@ -71,7 +71,7 @@ network_pass1() { fi if [ $firewall_in_kernel = 0 -a "x$firewall_enable" = "xYES" ] ; then - if modload /lkm/ipfw_mod.o; then + if kldload ipfw; then firewall_in_kernel=1 # module loaded successfully echo "Kernel firewall module loaded." else diff --git a/etc/rc.network b/etc/rc.network index cf9ff66..30efc0d 100644 --- a/etc/rc.network +++ b/etc/rc.network @@ -1,6 +1,6 @@ #!/bin/sh - # -# $Id: rc.network,v 1.32 1998/09/16 20:38:23 cracauer Exp $ +# $Id: rc.network,v 1.33 1998/10/06 19:24:14 phk Exp $ # From: @(#)netstart 5.9 (Berkeley) 3/30/91 # Note that almost all the user-configurable behavior is no longer in @@ -71,7 +71,7 @@ network_pass1() { fi if [ $firewall_in_kernel = 0 -a "x$firewall_enable" = "xYES" ] ; then - if modload /lkm/ipfw_mod.o; then + if kldload ipfw; then firewall_in_kernel=1 # module loaded successfully echo "Kernel firewall module loaded." else |