| 
/rc/bin/termrc
% cat >/sys/lib/dist/changes/1176831006.0.txt << EOF
Don't start timesync if we already did so in termrc.local
EOF
 [geoff] --rwxrwxr-x M 64 glenda sys 1692 Apr 17 13:27 rc/bin/termrc
	/n/sourcesdump/2007/0417/plan9/rc/bin/termrc:28,34 - 
	/n/sourcesdump/2007/0418/plan9/rc/bin/termrc:28,35
	  if(test -e /net/ipifc/0/ctl)
	  	ndb/dns -rf $NDBFILE
	  
	- aux/timesync $TIMESYNCARGS
	+ if(! ps|grep -s timesync)
	+ 	aux/timesync $TIMESYNCARGS
	  
	  # bind all likely devices (#S was bound in boot)
	  for(i in f t m v L P U '$' Σ κ)
 |