diff options
author | des <des@FreeBSD.org> | 2007-04-09 10:09:40 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2007-04-09 10:09:40 +0000 |
commit | b2c5f403a1d02b973b25b2a91e9243de6a415884 (patch) | |
tree | ca2b4a990bcc996ad5d07b0144dace34e7125c6b | |
parent | 948b397037be537221f359cbf8576e235845c204 (diff) | |
download | FreeBSD-src-b2c5f403a1d02b973b25b2a91e9243de6a415884.zip FreeBSD-src-b2c5f403a1d02b973b25b2a91e9243de6a415884.tar.gz |
Apply "additional TCP options" earlier.
Requested by: andre@
MFC after: 1 week
-rw-r--r-- | etc/rc.d/NETWORKING | 2 | ||||
-rw-r--r-- | etc/rc.d/netoptions | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/etc/rc.d/NETWORKING b/etc/rc.d/NETWORKING index cbb0fda..504ca4c 100644 --- a/etc/rc.d/NETWORKING +++ b/etc/rc.d/NETWORKING @@ -5,7 +5,7 @@ # # PROVIDE: NETWORKING NETWORK -# REQUIRE: netif routing network_ipv6 isdnd ppp +# REQUIRE: netif netoptions routing network_ipv6 isdnd ppp # REQUIRE: routed mrouted route6d mroute6d # This is a dummy dependency, for services which require networking diff --git a/etc/rc.d/netoptions b/etc/rc.d/netoptions index f932964..9a2ad03 100644 --- a/etc/rc.d/netoptions +++ b/etc/rc.d/netoptions @@ -5,7 +5,6 @@ # PROVIDE: netoptions # REQUIRE: localpkg -# BEFORE: securelevel # KEYWORD: nojail . /etc/rc.subr |