git: 9front

Download patch

ref: 60a6d05d0bf72aa1b0aa6aec48060476f26c6c47
parent: dc6503047ae51b7d7d76ef4bf399446c98b12738
author: stanley lieber <stanley.lieber@gmail.com>
date: Thu Jun 12 11:56:54 EDT 2014

termrc, cpurc: clarify comments by removing lies

--- a/rc/bin/cpurc
+++ b/rc/bin/cpurc
@@ -1,5 +1,5 @@
 #!/bin/rc
-# the pccpuf kernel runs this file
+# this file is run if service=cpu
 
 date > /env/boottime
 
--- a/rc/bin/termrc
+++ b/rc/bin/termrc
@@ -1,5 +1,5 @@
 #!/bin/rc
-# terminal startup
+# this file is run if service=terminal
 TIMESYNCARGS=(-rLa1000000)
 
 # bind all likely devices
--