Comment.
This commit is contained in:
parent
eeb9d3cb04
commit
e04193eabd
1 changed files with 2 additions and 1 deletions
|
@ -32,7 +32,7 @@
|
||||||
* Steve McClure, 1996, 1998
|
* Steve McClure, 1996, 1998
|
||||||
* Doug Hay, 1998
|
* Doug Hay, 1998
|
||||||
* Ron Koenderink, 2004-2005
|
* Ron Koenderink, 2004-2005
|
||||||
* Markus Armbruster, 2005-2006
|
* Markus Armbruster, 2005-2007
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
@ -266,6 +266,7 @@ main(int argc, char **argv)
|
||||||
sig = empth_wait_for_signal();
|
sig = empth_wait_for_signal();
|
||||||
#ifdef SIGHUP
|
#ifdef SIGHUP
|
||||||
if (sig == SIGHUP) {
|
if (sig == SIGHUP) {
|
||||||
|
/* if you make changes here, also update relo() */
|
||||||
journal_reopen();
|
journal_reopen();
|
||||||
update_reschedule();
|
update_reschedule();
|
||||||
continue;
|
continue;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue