From d3ad85aa435baf32e455c410167ea0ca82eaadcf Mon Sep 17 00:00:00 2001 From: Miroslav Lichvar Date: Thu, 18 Jun 2015 16:16:03 +0200 Subject: [PATCH] doc: add Mac OS X to supported platforms --- README | 13 ++++++++----- chrony.texi.in | 4 ++-- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/README b/README index e7993a5..3905c55 100644 --- 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 Erik Bryer Entries in contrib directory +Bryan Christianson + Support for Mac OS X + Juliusz Chroboczek Fix install rule in Makefile if chronyd file is in use. diff --git a/chrony.texi.in b/chrony.texi.in index 98772b4..5563320 100644 --- a/chrony.texi.in +++ b/chrony.texi.in @@ -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 }}}