ref: 629e6ab133bb24d29546944b60af1f643a503f8c
parent: cfebefe48b979df1048376ef4fd735346289ee8e
author: mveety <mveety@gmail.com>
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 {--
⑨