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*){
|
||||
# start timesync if it isn't running and we weren't told not to
|
||||
if(! ps|grep -s timesync)
|
||||
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
|
||||
if(~ $objtype arm)
|
||||
echo 'timesync: use another source for time'
|
||||
}
|
||||
if(! ~ $TIMESYNCARGS '')
|
||||
aux/timesync $TIMESYNCARGS
|
||||
}
|
||||
|
||||
fn ask {
|
||||
|
|
Loading…
Reference in a new issue