From 7acf3386cca6dcfc22cfe45113cc5839502ad811 Mon Sep 17 00:00:00 2001 From: Hiroshi Takekawa Date: Wed, 26 Aug 2009 19:51:04 +0900 Subject: [PATCH] init.rc: Fixes typo: sytem -> system. --- rootdir/init.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rootdir/init.rc b/rootdir/init.rc index a648ad838..aa0ef591d 100644 --- a/rootdir/init.rc +++ b/rootdir/init.rc @@ -38,7 +38,7 @@ loglevel 3 # 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