diff options
author | Alexander Vershilov <qnikst@gentoo.org> | 2013-02-03 16:01:16 -0600 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2013-02-16 01:28:35 -0600 |
commit | b46747f9981337470353014bfa34e9f9f8bace34 (patch) | |
tree | 35143d1903a83ec63f20a3f2aac6a91cc46a94c4 /sh/Makefile | |
parent | 86dbd757e94fe5402efea03f9f8725a71533297a (diff) |
Add module for cgroup processing
sh/rc-cgroup.sh.in: new script to handle cgroup processing
sh/rc-cgroup.sh.in: do not use grep or cut (modification by William Hubbs)
sh/runscript.sh.in: use the cgroup script
Diffstat (limited to 'sh/Makefile')
-rw-r--r-- | sh/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sh/Makefile b/sh/Makefile index 356c37e2..043b1448 100644 --- a/sh/Makefile +++ b/sh/Makefile @@ -13,9 +13,9 @@ SRCS-FreeBSD= BIN-FreeBSD= SRCS-Linux= cgroup-release-agent.sh.in init-early.sh.in migrate-to-run.sh.in \ - udhcpc-hook.sh.in + rc-cgroup.sh.in udhcpc-hook.sh.in BIN-Linux= cgroup-release-agent.sh init-early.sh migrate-to-run.sh \ - udhcpc-hook.sh + rc-cgroup.sh udhcpc-hook.sh SRCS-NetBSD= ifwatchd-carrier.sh.in ifwatchd-nocarrier.sh.in BIN-NetBSD= ifwatchd-carrier.sh ifwatchd-nocarrier.sh |