K 10 svn:author V 3 gad K 8 svn:date V 27 2003-05-04T03:39:11.000000Z K 7 svn:log V 902 MFC *: 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. Also add a command-line option of '-R somename', which indicates that newsyslog should rotate all files given on the command, even if they don't seem to need to be rotated. This also brings in some other minor improvements, such as improving the interactions between specific log files given on the command line, and config-file entries which specify a filename-pattern (flag 'G'). [* = 1.40 newsyslog.8, 1.55->1.63 & 1.65 newsyslog.c] PR: bin/36553 (2nd half), 29363 (a small part of) Obtained from: NetBSD (for option -s and flag 'N') END