Changeset View
Changeset View
Standalone View
Standalone View
libexec/rc/rc.d/netif
| Show First 20 Lines • Show All 262 Lines • ▼ Show 20 Lines | netif_common() | ||||
| debug "The following interfaces were not configured: $_fail" | debug "The following interfaces were not configured: $_fail" | ||||
| } | } | ||||
| # Load the old "network" config file also for compatibility. | # Load the old "network" config file also for compatibility. | ||||
| # This is needed for mfsBSD at least. | # This is needed for mfsBSD at least. | ||||
| load_rc_config network | load_rc_config network | ||||
| load_rc_config $name | load_rc_config $name | ||||
| # doesn't make sense to run in a svcj: config setting | |||||
| netif_svcj="NO" | |||||
| run_rc_command $* | run_rc_command $* | ||||