diff options
author | glenda <glenda@cirno.localdomain> | 2015-08-25 09:35:10 +0000 |
---|---|---|
committer | glenda <glenda@cirno.localdomain> | 2015-08-25 09:35:10 +0000 |
commit | c4fdc6bfdb2211e13643d5fba75edf437c122eef (patch) | |
tree | d5991bc7350d3058cfcefe06dfa43814e62df919 /rc/bin/cpurc | |
parent | 6b402b83cffc97015345dab1c27c35afe64bb3db (diff) | |
download | plan9front-c4fdc6bfdb2211e13643d5fba75edf437c122eef.tar.xz |
fix fuckup
Diffstat (limited to 'rc/bin/cpurc')
-rwxr-xr-x | rc/bin/cpurc | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/rc/bin/cpurc b/rc/bin/cpurc index af3adc10c..d20cf07e1 100755 --- a/rc/bin/cpurc +++ b/rc/bin/cpurc @@ -55,22 +55,18 @@ if(test -r /net/ipselftab){ } } -if(! test -e /net/dns){ - echo dns... +if(! test -e /net/dns) ndb/dns -r -} -echo timesync... if(! ps|grep -s timesync){ if(~ $#ntp 0) . <{ndb/ipquery sys $sysname ntp | sed 's, +,\n,g'} if(~ $#ntp 0) ntp=pool.ntp.org - #aux/timesync -n $ntp + aux/timesync -n $ntp sleep 2 } -echo listen... if(~ $#auth 0){ auth=`{ndb/query sys $sysname auth} . <{ndb/ipquery sys $sysname auth | sed 's, +,\n,g'} @@ -93,7 +89,6 @@ case * if(test -f /dev/apm) aux/apm -echo cpustart... if(test -e /cfg/$sysname/cpustart) . /cfg/$sysname/cpustart |