Page MenuHomeFreeBSD

D6727.id17305.diff
No OneTemporary

D6727.id17305.diff

Index: newsyslog.c
===================================================================
--- newsyslog.c
+++ newsyslog.c
@@ -333,13 +333,15 @@
printf("Signal all daemon process(es)...\n");
SLIST_FOREACH(stmp, &swhead, sw_nextp)
do_sigwork(stmp);
- if (noaction)
- printf("\tsleep 10\n");
- else {
- if (verbose)
- printf("Pause 10 seconds to allow daemon(s)"
- " to close log file(s)\n");
- sleep(10);
+ if (!(rotatereq && nosignal)) {
+ if (noaction)
+ printf("\tsleep 10\n");
+ else {
+ if (verbose)
+ printf("Pause 10 seconds to allow daemon(s)"
+ " to close log file(s)\n");
+ sleep(10);
+ }
}
}
/*

File Metadata

Mime Type
text/plain
Expires
Sat, Oct 11, 4:18 PM (19 h, 50 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
23583750
Default Alt Text
D6727.id17305.diff (665 B)

Event Timeline