Page MenuHomeFreeBSD

net/chrony: Start chrony earlier
Needs ReviewPublic

Authored by cinput_protonmail.ch on May 12 2018, 10:12 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Oct 21, 5:15 AM
Unknown Object (File)
Tue, Oct 21, 12:53 AM
Unknown Object (File)
Mon, Oct 20, 3:16 PM
Unknown Object (File)
Mon, Oct 20, 1:30 AM
Unknown Object (File)
Sat, Oct 18, 10:18 AM
Unknown Object (File)
Mon, Sep 29, 1:05 AM
Unknown Object (File)
Jul 26 2025, 5:16 PM
Unknown Object (File)
Jun 21 2025, 6:05 AM
This revision needs review, but there are no reviewers specified.

Details

Reviewers
None
Summary

Start chrony earlier so it can step the clock without effecting other daemons, e.g., postfix.

Before:
/etc/rc.d/yppasswdd
/etc/rc.d/LOGIN
/usr/local/etc/rc.d/postfix
/usr/local/etc/rc.d/chronyd
/etc/rc.d/zfsd
/etc/rc.d/ypxfrd

After:
/etc/rc.d/utx
/etc/rc.d/yppasswdd
/usr/local/etc/rc.d/chronyd
/etc/rc.d/LOGIN
/usr/local/etc/rc.d/postfix
/etc/rc.d/zfsd
/etc/rc.d/ypxfrd

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

linimon retitled this revision from Start chrony earlier to net/chrony: Start chrony earlier.Jul 18 2018, 12:49 PM

Do you have a PR to inform the maintainer?

Also, this need bump PORTREVISION.