default sysname is cirno.
This commit is contained in:
parent
8ad34b160c
commit
1ed976bd1d
2 changed files with 2 additions and 2 deletions
|
@ -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^'# ' ' ')
|
||||
|
|
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue