mirror of
https://github.com/opnsense/src.git
synced 2026-04-20 21:59:20 -04:00
11 lines
179 B
Text
11 lines
179 B
Text
|
|
#!/bin/sh
|
||
|
|
#
|
||
|
|
# $NetBSD$
|
||
|
|
#
|
||
|
|
|
||
|
|
# PROVIDE: NETWORK
|
||
|
|
# REQUIRE: network dhclient
|
||
|
|
|
||
|
|
# This is a dummy dependancy, for services which require networking
|
||
|
|
# to be operational before starting.
|