shithub: riscv

Download patch

ref: 1ed976bd1d5691fd7a96c05b0ea2a0e35526600f
parent: 8ad34b160ce6f7cbdbbc4d0ab59d074469cf031b
author: stanley lieber <[email protected]>
date: Wed May 4 19:07:07 EDT 2011

default sysname is cirno.

--- a/rc/bin/cpurc
+++ b/rc/bin/cpurc
@@ -17,7 +17,7 @@
 	. /rc/bin/cpurc.local
 
 if (~ $#sysname 0 || ~ $sysname '') {
-	sysname = helix			# default
+	sysname = cirno			# default
 	echo -n $sysname >/dev/sysname
 }
 prompt=($sysname^'# ' '	')
--- a/rc/bin/termrc
+++ b/rc/bin/termrc
@@ -29,7 +29,7 @@
 	ndb/cs -f $NDBFILE
 sysname=`{cat /dev/sysname}
 if(~ $#sysname 0 || ~ $sysname ''){
-	sysname=gnot			# default
+	sysname=cirno			# default
 	echo -n $sysname >/dev/sysname
 }