Plan 9 from Bell Labs’s /usr/web/sources/contrib/uriel/changes/2007/0417/2

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
Download the Plan 9 distribution.


/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 '$' Σ κ)


Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@9p.io.