]> git.ipfire.org Git - thirdparty/chrony.git/commitdiff
doc: add Mac OS X to supported platforms
authorMiroslav Lichvar <mlichvar@redhat.com>
Thu, 18 Jun 2015 14:16:03 +0000 (16:16 +0200)
committerMiroslav Lichvar <mlichvar@redhat.com>
Thu, 18 Jun 2015 14:35:26 +0000 (16:35 +0200)
README
chrony.texi.in

diff --git a/README b/README
index e7993a5d2f94abfa7e39a00cbb5ef05ab7af0d2f..3905c55671f363efd928f061acd5a0e3340995d0 100644 (file)
--- a/README
+++ b/README
@@ -27,11 +27,11 @@ operating parameters whilst it is running.
 What will chrony run on?
 ========================
 
-The software is known to work on Linux, FreeBSD, NetBSD and Solaris.
-Closely related systems may work too.  Any other system will likely
-require a porting exercise.  You would need to start from one of the
-existing system-specific drivers and look into the quirks of certain
-system calls and the kernel on your target system.
+The software is known to work on Linux, FreeBSD, NetBSD, Mac OS X and
+Solaris.  Closely related systems may work too.  Any other system will
+likely require a porting exercise.  You would need to start from one
+of the existing system-specific drivers and look into the quirks of
+certain system calls and the kernel on your target system.
 
 How do I set it up?
 ===================
@@ -128,6 +128,9 @@ Stephan I. Boettcher <stephan@nevis1.columbia.edu>
 Erik Bryer <ebryer@spots.ab.ca>
     Entries in contrib directory
 
+Bryan Christianson <bryan@whatroute.net>
+    Support for Mac OS X
+
 Juliusz Chroboczek <jch@pps.jussieu.fr>
     Fix install rule in Makefile if chronyd file is in use.
 
index 98772b4e8ccea71ae2927aa82237da653a5f179f..556332006cac9091181f698a5781b486dcaea0cc 100644 (file)
@@ -118,8 +118,8 @@ different operating systems may provide different function calls to
 achieve this, and even where the same function is used it may have
 different quirks in its behaviour.
 
-The software is known to work on Linux, FreeBSD, NetBSD and Solaris.  Closely
-related systems may work too.  Porting the software to other systems
+The software is known to work on Linux, FreeBSD, NetBSD, Mac OS X and Solaris.
+Closely related systems may work too.  Porting the software to other systems
 (particularly to those supporting an @code{adjtime} system call) should not be
 difficult, however it requires access to such systems to test out the driver.
 @c }}}