|
|
- From 60c072f759cadd167a929e035b33877b1f08103a Mon Sep 17 00:00:00 2001
- From: Brent Cook <busterb@gmail.com>
- Date: Mon, 12 Jan 2015 21:17:35 -0600
- Subject: [PATCH 10/13] document SIGUSR1 fallback if SIGINFO is not
- implemented.
-
- ---
- src/usr.sbin/ntpd/ntpd.8 | 6 +++++-
- 1 file changed, 5 insertions(+), 1 deletion(-)
-
- diff --git a/src/usr.sbin/ntpd/ntpd.8 b/src/usr.sbin/ntpd/ntpd.8
- index b11b5ca..24f08e0 100644
- --- a/src/usr.sbin/ntpd/ntpd.8
- +++ b/src/usr.sbin/ntpd/ntpd.8
- @@ -129,7 +129,11 @@ When
- .Pq engine
- receives a
- .Dv SIGINFO
- -signal, it writes its peer and sensor status to
- +signal (or a
- +.Dv SIGUSR1
- +signal on systems without
- +.Dv SIGINFO),
- +it writes its peer and sensor status to
- .Xr syslog 3 .
- .Sh FILES
- .Bl -tag -width "/var/db/ntpd.driftXXX" -compact
- --
- 2.4.5
-
|