Re: [chrony-dev] [GIT] chrony/chrony.git branch, master, updated. 2.2-48-gfe50212 |
[ Thread Index |
Date Index
| More chrony.tuxfamily.org/chrony-dev Archives
]
- To: chrony-dev@xxxxxxxxxxxxxxxxxxxx
- Subject: Re: [chrony-dev] [GIT] chrony/chrony.git branch, master, updated. 2.2-48-gfe50212
- From: Bryan Christianson <bryan@xxxxxxxxxxxxx>
- Date: Wed, 9 Dec 2015 08:09:57 +1300
- Dkim-signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=smtpcorp.com; s=a0-2; h=Feedback-ID:X-Smtpcorp-Track:To:Message-Id:Date: From:Subject; bh=sNY+fatp8mIffY0gSX3ehc7EULv6iMVx+OZBiLOFxTA=; b=tBuS0jaZOMAQ mJ7PMUrBz+esDCcb8JXqr+2IKtGbSve177ZYqTk7WrT2X/3UKUY2Bq292BsaY8cfAn6eqiWzWbzv3 gT6Oo14ThtZPYkgLq2xuGeWwOifrog2Xbpb2EVqLWuJxSrn2kKM0WJ7R8ILEkcu+ZG3i88yanNM82 KqbRcYBbE6bioaP/VoBW1psE6mvYw6+qNi3k5MbFal+1x/jGe7n6/EH9M2Sv1madxYjYHLoGqCG4N Vmjxu6f6XS8oop9AMmJ6PDeNKCrTVjvM7Ti0ouXvHcqZWQsTm6KBtMN27VCgiqU8wvFLvhmn5BkFC G34HB17nIKyZvgULrtJnvA==;
- Feedback-id: 149811m:149811acx33YQ:149811s3ntwoNPjm:SMTPCORP
> On 9/12/2015, at 7:37 AM, Bryan Christianson <bryan@xxxxxxxxxxxxx> wrote:
>
>
>> On 9/12/2015, at 6:08 AM, Miroslav Lichvar <mlichvar@xxxxxxxxxx> wrote:
>>
>> On Tue, Dec 08, 2015 at 06:04:00PM +0100, git@xxxxxxxxxxxxx wrote:
>>> Summary of changes:
>>> configure | 18 ++++++++----
>>> main.c | 5 +++-
>>> privops.c | 90 +++++++++++++++++++++++++++++++++++++++++++++++-----------
>>> privops.h | 5 ++++
>>> sys_linux.c | 2 +-
>>> sys_macosx.c | 5 +---
>>> sys_netbsd.c | 3 ++
>>> 7 files changed, 99 insertions(+), 29 deletions(-)
>>
>> Bryan, can you please check if it still works for you on Mac OS X?
>
> There is an initialisation problem in privops.c
> helper_fd now has a default value of 0 where previously was -1
>
> static int helper_fd;
> static pid_t helper_pid;
>
> static int
> have_helper(void)
> {
> return helper_fd >= 0;
> }
>
Fixed with
diff --git a/sys_macosx.c b/sys_macosx.c
index c1592dd..dc0de57 100644
--- a/sys_macosx.c
+++ b/sys_macosx.c
@@ -437,6 +437,7 @@ void SYS_MacOSX_DropRoot(uid_t uid, gid_t gid)
void
SYS_MacOSX_Initialise(void)
{
+ PRV_Initialise();
clock_initialise();
lcl_RegisterSystemDrivers(read_frequency, set_frequency,
--
Bryan Christianson
bryan@xxxxxxxxxxxxx
--
To unsubscribe email chrony-dev-request@xxxxxxxxxxxxxxxxxxxx with "unsubscribe" in the subject.
For help email chrony-dev-request@xxxxxxxxxxxxxxxxxxxx with "help" in the subject.
Trouble? Email listmaster@xxxxxxxxxxxxxxxxxxxx.