Deprecate the network and staticroute scripts

These scripts are not supported, and they have several major design
issues such as not being able to stop, start or allow a dependency on a
single interface.
This commit is contained in:
William Hubbs
2011-11-15 17:06:10 -06:00
parent 3f2e9c4e1f
commit 5994e55937
7 changed files with 19 additions and 62 deletions

View File

@@ -4,12 +4,7 @@
include Makefile.inc
SUBDIR= conf.d etc init.d local.d man scripts sh src
# Build our old net foo or not
ifeq (${MKOLDNET},yes)
SUBDIR+= net doc
endif
SUBDIR= conf.d doc etc init.d local.d man net scripts sh src
# Build pkgconfig or not
MKPKGCONFIG?= yes