Portable build framework for OpenNTPD
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
785 B

9 years ago
9 years ago
9 years ago
9 years ago
  1. From f529c668149aea4c10d3192e9f17631c268ab547 Mon Sep 17 00:00:00 2001
  2. From: Brent Cook <busterb@gmail.com>
  3. Date: Mon, 12 Jan 2015 21:17:35 -0600
  4. Subject: [PATCH 10/10] document SIGUSR1 fallback if SIGINFO is not
  5. implemented.
  6. ---
  7. src/usr.sbin/ntpd/ntpd.8 | 6 +++++-
  8. 1 file changed, 5 insertions(+), 1 deletion(-)
  9. diff --git a/src/usr.sbin/ntpd/ntpd.8 b/src/usr.sbin/ntpd/ntpd.8
  10. index 9eb1fee..b15912f 100644
  11. --- a/src/usr.sbin/ntpd/ntpd.8
  12. +++ b/src/usr.sbin/ntpd/ntpd.8
  13. @@ -126,7 +126,11 @@ When
  14. .Pq engine
  15. receives a
  16. .Dv SIGINFO
  17. -signal, it writes its peer and sensor status to
  18. +signal (or a
  19. +.Dv SIGUSR1
  20. +signal on systems without
  21. +.Dv SIGINFO),
  22. +it writes its peer and sensor status to
  23. .Xr syslog 3 .
  24. .Sh FILES
  25. .Bl -tag -width "/var/db/ntpd.driftXXX" -compact
  26. --
  27. 1.9.1