diff options
author | William Hubbs <w.d.hubbs@gmail.com> | 2013-04-08 12:46:51 -0500 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2013-04-08 12:46:51 -0500 |
commit | 56f1752ce1899c455b9e97ac73da9bd68fbab2b9 (patch) | |
tree | 0b03782d3383ec913f99e9226b01050aee624d7c /init.d/Makefile | |
parent | 9314ac64ead736c3e2b0d990a8b7030c16013993 (diff) |
create loopback service
The loopback service handles the basic settings for the loopback
interface, regardless of the network manager you are using.
Diffstat (limited to 'init.d/Makefile')
-rw-r--r-- | init.d/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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} |