From 5994e55937cbbb71b1c22ad829b77a1bcd8c3793 Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Tue, 15 Nov 2011 17:06:10 -0600 Subject: 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. --- runlevels/Makefile | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'runlevels') diff --git a/runlevels/Makefile b/runlevels/Makefile index f454950d..c1a9f096 100644 --- a/runlevels/Makefile +++ b/runlevels/Makefile @@ -1,5 +1,5 @@ -BOOT= bootmisc fsck hostname localmount network \ - root staticroute swap sysctl urandom ${BOOT-${OS}} +BOOT= bootmisc fsck hostname localmount \ + root swap sysctl urandom ${BOOT-${OS}} DEFAULT= local netmount SHUTDOWN= savecache ${SHUTDOWN-${OS}} SYSINIT= ${SYSINIT-${OS}} @@ -10,8 +10,6 @@ BOOTDIR= ${LEVELDIR}/boot DEFAULTDIR= ${LEVELDIR}/default SHUTDOWNDIR= ${LEVELDIR}/shutdown -INITDIR= ../init.d - MK= ../mk include ${MK}/sys.mk include ${MK}/os.mk @@ -28,7 +26,7 @@ BOOT-FreeBSD= hostid net.lo0 newsyslog savecore syslogd # FreeBSD specific stuff BOOT-FreeBSD+= adjkerntz dumpon syscons -BOOT-Linux= hwclock keymaps modules mtab procfs termencoding +BOOT-Linux= hwclock keymaps modules mtab net.lo procfs termencoding SHUTDOWN-Linux= killprocs mount-ro SYSINIT-Linux= devfs dmesg -- cgit v1.2.3