Browse Source

include credits block and update github repo

OPENBSD_5_7
Brent Cook 9 years ago
parent
commit
43c0dcabfb
2 changed files with 14 additions and 1 deletions
  1. +13
    -0
      README
  2. +1
    -1
      update.sh

+ 13
- 0
README View File

@ -6,6 +6,19 @@ OpenNTPD has a web site at http://www.openntpd.org/
The current portable tree can be found at https://github.com/openntpd-portable
Credits
-------
OpenBSD's native ntpd was written by Henning Brauer and Alexander Guy.
Portable OpenNTPD versions 3.9 and earlier were developed by Darren Tucker,
with contributions from Christian Weisgerber, Jason Mader and Anthony
O.Zabelin., and was based heavily on OpenSSH portable.
This new portable version is based on the LibreSSL portable framework by Brent
Cook. It includes patches from FreeBSD, Debian and Gentoo OpenNTPD packages,
along with with compatibility code from the OpenSSH and original OpenNTPD
portable trees.
Platform Requirements
---------------------
adjtime() and settimeofday() syscalls or equivalent.


+ 1
- 1
update.sh View File

@ -7,7 +7,7 @@ openntpd_version=`cat VERSION`
echo "pulling upstream openbsd source"
if [ ! -d openbsd ]; then
if [ -z "$OPENNTPD_GIT" ]; then
git clone https://github.com/openntpd-portable/openbsd.git
git clone https://github.com/openntpd-portable/openntpd-openbsd.git
else
git clone $OPENNTPD_GIT/openbsd
fi


Loading…
Cancel
Save