Mon Jan 31 00:40:10 1994  Kayvan Sylvan  (kayvan@satyr)

	* Makefile (intall.pl): Added target to install perl version of
	  nbs_time.

	* nbs_time.pl: Created. This does the same thing as nbs_time.c.

	* nbs_time.c: Various cleanups. Now passes ``gcc -Wall''. Removed
	  the explicit calculations in convert_tick(), now uses mktime(3).
	  nbs_time no longer assumes that the year and month are correct.

Sun Jan 30 06:42:29 1994  Kayvan Sylvan  (kayvan@satyr)

	* config.h (CLOCKARGS): Fixed a stupid error. The system time was
	  being re-set from the CMOS clock after being set from the NBS
	  time. The intent of the call to "clock" was to set the CMOS
	  clock to be correct as well. This is now fixed.

	* README: Fixed some typos and obsolete paragraphs. Changed
	  recommended way to set the time on bootup from using init to
	  simply putting in some lines in /etc/rc.local.

	* Makefile (CFLAGS): Changed to have a separate DEBUG variable for
	  debugging work. Added QMAGIC support.

Sun Jan  9 19:21:23 1994  Kayvan Sylvan  (kayvan@satyr)

	* Makefile: Simplified. nbs_time is no longer installed as a
	  setuid program and is installed with mode 700, since the
	  ``clock'' program must be run by root (IO port setting code in
	  the kernel looks for a real uid of 0).

	* README: Updated. README.linux eliminated.

	* nbs_time.c: Redundant code removed. Works with the new config.h.
