From 92175e04a56db804d4dae75fc49fdd5edc6a2968 Mon Sep 17 00:00:00 2001 From: San Mehat Date: Sun, 17 Jan 2010 12:21:42 -0800 Subject: [PATCH] rootdir: init.rc: Fix typo in chown of /dev/cpuctl Signed-off-by: San Mehat --- rootdir/init.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rootdir/init.rc b/rootdir/init.rc index e0479479f..cd977e2c1 100644 --- a/rootdir/init.rc +++ b/rootdir/init.rc @@ -45,7 +45,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