commit:     25c229cf830c8e822a206f2e08f9c94964a47aa9
Author:     William Hubbs <w.d.hubbs <AT> gmail <DOT> com>
AuthorDate: Mon Jul 14 20:58:50 2014 +0000
Commit:     William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Mon Jul 14 20:58:50 2014 +0000
URL:        
http://git.overlays.gentoo.org/gitweb/?p=proj/openrc.git;a=commit;h=25c229cf

sysfs.in: fix indentation

---
 init.d/sysfs.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/init.d/sysfs.in b/init.d/sysfs.in
index 9edd915..e01dcc8 100644
--- a/init.d/sysfs.in
+++ b/init.d/sysfs.in
@@ -99,8 +99,8 @@ mount_misc()
 
 mount_cgroups()
 {
-               mountinfo -q /sys/fs/cgroup || return 0
-               mountinfo -q /sys/fs/cgroup/openrc || return 0
+       mountinfo -q /sys/fs/cgroup || return 0
+       mountinfo -q /sys/fs/cgroup/openrc || return 0
 
        local agent="@LIBEXECDIR@/sh/cgroup-release-agent.sh"
        mkdir /sys/fs/cgroup/openrc

Reply via email to