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/.gitignore | |
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/.gitignore')
-rw-r--r-- | sh/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sh/.gitignore b/sh/.gitignore index a07afb3e..9fe55105 100644 --- a/sh/.gitignore +++ b/sh/.gitignore @@ -8,6 +8,7 @@ init.sh init-early.sh ifwatchd-carrier.sh ifwatchd-nocarrier.sh +rc-cgroup.sh udhcpc-hook.sh tmpfiles.sh migrate-to-run.sh |