e00fb37f16
file system (prevents conflict with 'network'). PROVIDE both NETWORKING and NETWORK (the latter for compatibility with 3rd party scripts).
11 lines
245 B
Bash
Executable File
11 lines
245 B
Bash
Executable File
#!/bin/sh
|
|
#
|
|
# $NetBSD: NETWORKING,v 1.1 2002/01/31 01:26:05 lukem Exp $
|
|
#
|
|
|
|
# PROVIDE: NETWORKING NETWORK
|
|
# REQUIRE: network dhclient altqd
|
|
|
|
# This is a dummy dependency, for services which require networking
|
|
# to be operational before starting.
|