diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2000-06-02 19:39:34 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2000-06-02 19:39:34 +0000 |
commit | 22707610051889089722d9b9010ea4cc1d07b25c (patch) | |
tree | 8c0111372ca4feefb119c4bea252f0a801faf58e /usr.bin/newsyslog | |
parent | fad6cd08586762ea56fb73c38a53e236d5efc023 (diff) |
Explicitly state that newsyslog does not send a HUP to syslogd if
you tell it to run a command for the log file.
Diffstat (limited to 'usr.bin/newsyslog')
-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 |