mirror of
https://github.com/opnsense/src.git
synced 2026-02-23 01:46:42 -05:00
Note that `rc' and `rc.shutdown' could not be imported because we already have files with those names.
10 lines
179 B
Bash
Executable file
10 lines
179 B
Bash
Executable file
#!/bin/sh
|
|
#
|
|
# $NetBSD$
|
|
#
|
|
|
|
# PROVIDE: NETWORK
|
|
# REQUIRE: network dhclient
|
|
|
|
# This is a dummy dependancy, for services which require networking
|
|
# to be operational before starting.
|