Deleted Added
full compact
netwait (292752) netwait (296807)
1#!/bin/sh
2
1#!/bin/sh
2
3# $FreeBSD: head/etc/rc.d/netwait 292752 2015-12-26 18:21:32Z ian $
3# $FreeBSD: head/etc/rc.d/netwait 296807 2016-03-13 19:42:59Z ian $
4#
5# PROVIDE: netwait
4#
5# PROVIDE: netwait
6# REQUIRE: devd routing
6# REQUIRE: devd ipfilter ipfw pf routing
7# KEYWORD: nojail
8#
9# The netwait script helps handle two situations:
10# - Systems with USB or other late-attaching network hardware which
11# is initialized by devd events. The script waits for all the
12# interfaces named in the netwait_if list to appear.
13# - Systems with statically-configured IP addresses in rc.conf(5).
14# The IP addresses in the netwait_ip list are pinged. The script

--- 101 unchanged lines hidden ---
7# KEYWORD: nojail
8#
9# The netwait script helps handle two situations:
10# - Systems with USB or other late-attaching network hardware which
11# is initialized by devd events. The script waits for all the
12# interfaces named in the netwait_if list to appear.
13# - Systems with statically-configured IP addresses in rc.conf(5).
14# The IP addresses in the netwait_ip list are pinged. The script

--- 101 unchanged lines hidden ---