]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add a command-line option of '-s', which indicates that newsyslog should
authorGarance A Drosehn <gad@FreeBSD.org>
Sun, 2 Mar 2003 22:05:17 +0000 (22:05 +0000)
committerGarance A Drosehn <gad@FreeBSD.org>
Sun, 2 Mar 2003 22:05:17 +0000 (22:05 +0000)
commitf2c3715aa75df5862db0f7b6a24ec0268f3525c8
tree6406a73ec4566a3ae2d34bf38a1840441e39026f
parent7f760c48909ddfa241914fdef1cfc33f2d30a056
Add a command-line option of '-s', which indicates that newsyslog should
not send a signal to any processes.  Also add a config-file flag of 'N' or
'n', which indicates that the given logfile has no process which needs a
signal when it is rotated.  Both of these are based on changes NetBSD
has made, although the implementation is somewhat different.

PR: bin/36553  (2nd half)
Reviewed by: no objections on freebsd-arch
Obtained from: NetBSD (in spirit, at least)
MFC after: 3 weeks
usr.sbin/newsyslog/newsyslog.c