system/corennnnn
修订版 | 26771a2301af5af826cd6df90a5de1e08e3178be (tree) |
---|---|
时间 | 2010-04-14 19:12:28 |
作者 | Hiroshi Takekawa <sian@big....> |
Commiter | Chih-Wei Huang |
init.rc: Fixes typo: sytem -> system.
@@ -41,7 +41,7 @@ loglevel 3 | ||
41 | 41 | # Create cgroup mount points for process groups |
42 | 42 | mkdir /dev/cpuctl |
43 | 43 | mount cgroup none /dev/cpuctl cpu |
44 | - chown sytem system /dev/cpuctl | |
44 | + chown system system /dev/cpuctl | |
45 | 45 | chown system system /dev/cpuctl/tasks |
46 | 46 | chmod 0777 /dev/cpuctl/tasks |
47 | 47 | write /dev/cpuctl/cpu.shares 1024 |