Changeset View
Changeset View
Standalone View
Standalone View
libexec/rc/rc.d/netwait
| Show First 20 Lines • Show All 105 Lines • ▼ Show 20 Lines | if [ -n "${netwait_ip}" ]; then | ||||
| warn "Exhausted IP list. Continuing with startup, but be aware you may" | warn "Exhausted IP list. Continuing with startup, but be aware you may" | ||||
| warn "not have a fully functional networking layer at this point." | warn "not have a fully functional networking layer at this point." | ||||
| fi | fi | ||||
| } | } | ||||
| load_rc_config $name | load_rc_config $name | ||||
| # doesn't make sense to run in a svcj: config setting | |||||
| netwait_svcj="NO" | |||||
| run_rc_command "$1" | run_rc_command "$1" | ||||