From f882472d0b67661c52bd7f0918d4d270b1bd99d9 Mon Sep 17 00:00:00 2001 From: aiju Date: Sun, 24 Jul 2011 10:04:12 +0200 Subject: [PATCH] cpurc: call cpustart --- rc/bin/cpurc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rc/bin/cpurc b/rc/bin/cpurc index e1f8b74ce..482b13259 100755 --- a/rc/bin/cpurc +++ b/rc/bin/cpurc @@ -69,6 +69,9 @@ case * if(test -f /dev/apm) aux/apm +if(test -e /cfg/$sysname/cpustart) + . /cfg/$sysname/cpustart + # mode of /proc/*/ctl is inherited across rfork, and sets modes on # other /proc files, such as note, so let listen be killed. dontkill '^(ipconfig|factotum|mntgen|venti|kfs|cwfs.*|cs|dns|reboot)$'