reverted changes to termrc
This commit is contained in:
parent
b8f88c803c
commit
e322e84f5f
1 changed files with 2 additions and 8 deletions
|
@ -65,14 +65,8 @@ if(! test -e /net/dns)
|
||||||
if(! ~ $terminal *vx32*){
|
if(! ~ $terminal *vx32*){
|
||||||
# start timesync if it isn't running and we weren't told not to
|
# start timesync if it isn't running and we weren't told not to
|
||||||
if(! ps|grep -s timesync)
|
if(! ps|grep -s timesync)
|
||||||
if(! ~ $TIMESYNCARGS ''){
|
if(! ~ $TIMESYNCARGS '')
|
||||||
# afaik the only arm platform we support is the rpi
|
|
||||||
# and time sync doesn't work on it.
|
|
||||||
if(! ~ $objtype arm)
|
|
||||||
aux/timesync $TIMESYNCARGS
|
aux/timesync $TIMESYNCARGS
|
||||||
if(~ $objtype arm)
|
|
||||||
echo 'timesync: use another source for time'
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
fn ask {
|
fn ask {
|
||||||
|
|
Loading…
Reference in a new issue