commit | 92175e04a56db804d4dae75fc49fdd5edc6a2968 | [log] [tgz] |
---|---|---|
author | San Mehat <san@google.com> | Sun Jan 17 12:21:42 2010 -0800 |
committer | San Mehat <san@google.com> | Sun Jan 17 12:21:42 2010 -0800 |
tree | e113035a86685c281f0ba9d7c9226c6c6ee220cf | |
parent | 192277c0154eff542ddbce27d7c35995c0671748 [diff] |
rootdir: init.rc: Fix typo in chown of /dev/cpuctl Signed-off-by: San Mehat <san@google.com>
diff --git a/rootdir/init.rc b/rootdir/init.rc index e047947..cd977e2 100644 --- a/rootdir/init.rc +++ b/rootdir/init.rc
@@ -45,7 +45,7 @@ # Create cgroup mount points for process groups mkdir /dev/cpuctl mount cgroup none /dev/cpuctl cpu - chown sytem system /dev/cpuctl + chown system system /dev/cpuctl chown system system /dev/cpuctl/tasks chmod 0777 /dev/cpuctl/tasks write /dev/cpuctl/cpu.shares 1024