/contrib/ntp/html/build/hints/decosf1

https://bitbucket.org/freebsd/freebsd-head/ · #! · 40 lines · 33 code · 7 blank · 0 comment · 0 complexity · 1f5cb5cedd9f77c5a481a96a49f0bad5 MD5 · raw file

  1. Some major changes were necessary to make xntp v3 run on the DEC Alpha
  2. hardware running DEC OSF/1. All "long" and "u_long" declarations and
  3. casts in the code were changed to "LONG" and "U_LONG" and a new header
  4. file (include/ntp_types.h) was added. The new header file defines
  5. LONG as int and U_LONG as u_int for the Alpha hardware and as long
  6. and u_long for anything else. A couple of #ifs where changed in
  7. ntpq and xntpdc to get the result of a signal defined correctly. The
  8. Config.decosf1 file built the programs here with no problems.
  9. I don't have a radio clock here, so none of that code has been tested.
  10. I have run xntpd, xntpdc, xntpres, ntpq, ntpdate, and tickadj under
  11. DEC OSF/1 v1.2-2 (BL10).
  12. Mike Iglesias Internet: iglesias@draco.acs.uci.edu
  13. University of California, Irvine BITNET: iglesias@uci
  14. Office of Academic Computing uucp: ...!ucbvax!ucivax!iglesias
  15. Distributed Computing Support phone: (714) 856-6926
  16. Support for NTP Version 2 is included with the current OSF/1 release. If
  17. you are upgrading to NTP Version 3 with this distribution, you should not
  18. use the xntpd or ntpq programs that come with the OSF/1 release. The
  19. older programs should be replaced by the newer programs of the same name,
  20. either in situ or via a link to a tranquil spot like /usr/local/bin. The
  21. make install script in the this distribution don't work due to a silly
  22. install program incompatibility, so you will need to copy the programs by
  23. hand.
  24. Don't use the setup utility to install or configure the xntpd installation,
  25. as it will cheerfully clobber your painstakingly crafted ntp.conf program.
  26. However, assuming you put this file in /etc/ntp.conf, you can use the
  27. /sbin/init.d/xntpd script to start and stop the daemon.
  28. This distribution compiles with nominal mumur with the stock cc compiler
  29. that comes with OSF/1.
  30. Dave Mills
  31. Electrical Engineering Department
  32. Unibergisty of Delabunch
  33. mills@udel.edu