diff options
Diffstat (limited to 'etc/rc.d/NETWORK')
-rwxr-xr-x | etc/rc.d/NETWORK | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/etc/rc.d/NETWORK b/etc/rc.d/NETWORK deleted file mode 100755 index 92040d2..0000000 --- a/etc/rc.d/NETWORK +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh -# -# $NetBSD$ -# - -# PROVIDE: NETWORK -# REQUIRE: network dhclient - -# This is a dummy dependancy, for services which require networking -# to be operational before starting. |