ref: e322e84f5f2c046dffa3613aa54be574c3a80fdd
parent: b8f88c803cdce340623d0dba3572704db045fa58
author: mveety <[email protected]>
date: Tue Jan 29 16:48:57 EST 2013
reverted changes to termrc
--- a/rc/bin/termrc
+++ b/rc/bin/termrc
@@ -65,14 +65,8 @@
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 {