diff options
author | 2000-06-02 19:39:33 +0000 | |
---|---|---|
committer | 2000-06-02 19:39:33 +0000 | |
commit | 7591937c697109f35c24c89183acae15c1ea3f51 (patch) | |
tree | c1b80adc0158be4c7a7dfec602cbfa46e134b509 | |
parent | rework interrupt handling completely, and be more careful with the CD180 (diff) | |
download | wireguard-openbsd-7591937c697109f35c24c89183acae15c1ea3f51.tar.xz wireguard-openbsd-7591937c697109f35c24c89183acae15c1ea3f51.zip |
Explicitly state that newsyslog does not send a HUP to syslogd if
you tell it to run a command for the log file.
-rw-r--r-- | usr.bin/newsyslog/newsyslog.8 | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/usr.bin/newsyslog/newsyslog.8 b/usr.bin/newsyslog/newsyslog.8 index a7a9adf1dcc..793942d7808 100644 --- a/usr.bin/newsyslog/newsyslog.8 +++ b/usr.bin/newsyslog/newsyslog.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: newsyslog.8,v 1.18 2000/03/10 19:07:22 aaron Exp $ +.\" $OpenBSD: newsyslog.8,v 1.19 2000/06/02 19:39:33 millert Exp $ .\" .\" Copyright (c) 1997, Jason Downs. All rights reserved. .\" @@ -220,6 +220,12 @@ Specify a command to run instead of sending a signal to the process. The command must be enclosed in double quotes .Pq Ql \&" ) . You cannot specify both a command and a PID file. +.Em NOTE: +If you specify a command to be run, +.Nm +will not send a +.Dv SIGHUP to +.Xr syslogd 8 . .El .Sh FILES .Bl -tag -width /etc/newsyslog.conf |