From 56f1752ce1899c455b9e97ac73da9bd68fbab2b9 Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Mon, 8 Apr 2013 12:46:51 -0500 Subject: create loopback service The loopback service handles the basic settings for the loopback interface, regardless of the network manager you are using. --- init.d/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'init.d/Makefile') diff --git a/init.d/Makefile b/init.d/Makefile index 04e09a70..e7e2d861 100644 --- a/init.d/Makefile +++ b/init.d/Makefile @@ -1,6 +1,6 @@ DIR= ${INITDIR} -SRCS= bootmisc.in fsck.in hostname.in local.in localmount.in netmount.in \ - root.in savecache.in swap.in swapfiles.in \ +SRCS= bootmisc.in fsck.in hostname.in local.in localmount.in loopback.in \ + netmount.in root.in savecache.in swap.in swapfiles.in \ tmpfiles.setup.in swclock.in sysctl.in urandom.in ${SRCS-${OS}} BIN= ${OBJS} -- cgit v1.2.3