mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-11 17:04:19 +01:00
d0b2dbfa0e
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
12 lines
287 B
Bash
Executable File
12 lines
287 B
Bash
Executable File
#!/bin/sh
|
|
#
|
|
#
|
|
|
|
# PROVIDE: NETWORKING NETWORK
|
|
# REQUIRE: netif netwait netoptions routing ppp ipfw stf
|
|
# REQUIRE: defaultroute route6d resolv bridge
|
|
# REQUIRE: static_arp static_ndp
|
|
|
|
# This is a dummy dependency, for services which require networking
|
|
# to be operational before starting.
|