#!/bin/sh
# SETCLOCK -- Install ntp suid root, use this script to reset the system
# clock from an NTP (network time protocol) server.  The server name should
# be changed to the name of a server which is close to your local system,
# in the network sense.

/usr/local/bin/ntp -s time.telcom.arizona.edu
