default sysname is cirno.

This commit is contained in:
stanley lieber 2011-05-04 23:07:07 +00:00
parent 8ad34b160c
commit 1ed976bd1d
2 changed files with 2 additions and 2 deletions

View file

@ -17,7 +17,7 @@ if(test -e /rc/bin/cpurc.local)
. /rc/bin/cpurc.local
if (~ $#sysname 0 || ~ $sysname '') {
sysname = helix # default
sysname = cirno # default
echo -n $sysname >/dev/sysname
}
prompt=($sysname^'# ' ' ')

View file

@ -29,7 +29,7 @@ if(! test -e /srv/cs && ! test -e /net/cs)
ndb/cs -f $NDBFILE
sysname=`{cat /dev/sysname}
if(~ $#sysname 0 || ~ $sysname ''){
sysname=gnot # default
sysname=cirno # default
echo -n $sysname >/dev/sysname
}