This script is for Slackware 11.0 only and may be outdated.

SlackBuilds Repository

11.0 > Network > openntpd (3.9p1)

OpenNTPD is a FREE, easy to use implementation of the Network Time 
Protocol. It provides the ability to sync the local clock to remote
NTP servers and can act as NTP server itself, redistributing the
local clock. OpenNTPD is primarily developed by Henning Brauer as
part of the OpenBSD Project. The portable version is made by Darren
Tucker.

You will need to add the "_ntp" user and group to /etc/passwd and
/etc/group if it's not present on your system. Without these groups,
the package will not work.

You will also need to call the /etc/rc.d/rc.ntpd script from one of
your startup scripts if you want OpenNTPD to start at boot; one way
is to add something like this to /etc/rc.d/rc.local:
if [ -x /etc/rc.d/rc.ntpd ]; then
/etc/rc.d/rc.ntpd start
fi

Maintained by: Robby Workman
Keywords: openntpd,openbsd,ntp,ntpd,time,network
ChangeLog: openntpd

Homepage:
http://www.openntpd.org

Source Downloads:
openntpd-3.9p1.tar.gz (afc34175f38d08867c1403d9008600b3)

Download SlackBuild:
openntpd.tar.gz
openntpd.tar.gz.asc (FAQ)

(the SlackBuild does not include the source)

Individual Files:
README
doinst.sh
openntpd.SlackBuild
openntpd.info
rc.ntpd
slack-desc

Validated for Slackware 11.0

See our HOWTO for instructions on how to use the contents of this repository.

Access to the repository is available via:
ftp git cgit http rsync

© 2006-2024 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of Patrick Volkerding
Linux® is a registered trademark of Linus Torvalds