diff options
author | William Hubbs <w.d.hubbs@gmail.com> | 2016-09-03 14:04:03 -0500 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2016-09-05 13:39:51 -0500 |
commit | d06db93d5954460668d09cf6ef2fc401ee9d981c (patch) | |
tree | 4c400e1dd14d763457507eb73b24d730ad1ccec8 /init.d/Makefile | |
parent | 8c14d0c476e06fff7598c526e26b6a13d53a4600 (diff) |
remove swapfiles service
The swapfiles service was basically a copy of the swap service, so this
commit consolidates the functionality into the swap service.
X-Funtoo-Bug-URL: https://bugs.funtoo.org/browse/FL-2523
X-Gentoo-Bug: 568162
X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=568162
Diffstat (limited to 'init.d/Makefile')
-rw-r--r-- | init.d/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/init.d/Makefile b/init.d/Makefile index 8eb62e48..bec4eaf9 100644 --- a/init.d/Makefile +++ b/init.d/Makefile @@ -2,9 +2,8 @@ include ../mk/net.mk DIR= ${INITDIR} SRCS= bootmisc.in fsck.in hostname.in local.in localmount.in loopback.in \ - netmount.in osclock.in root.in savecache.in swap.in swapfiles.in \ - tmpfiles.setup.in swclock.in sysctl.in runsvdir.in urandom.in \ - s6-svscan.in ${SRCS-${OS}} + netmount.in osclock.in root.in savecache.in swap.in tmpfiles.setup.in \ + swclock.in sysctl.in runsvdir.in urandom.in s6-svscan.in ${SRCS-${OS}} BIN= ${OBJS} # Are we installing our network scripts? |