mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-04 00:25:29 +00:00
fix comment
This commit is contained in:
@@ -15,7 +15,7 @@
|
|||||||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* $Id: app.c,v 1.40 2001/03/14 06:31:17 bwelling Exp $ */
|
/* $Id: app.c,v 1.41 2001/03/19 22:44:52 bwelling Exp $ */
|
||||||
|
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
||||||
@@ -174,7 +174,7 @@ isc_app_start(void) {
|
|||||||
* On Solaris 2, delivery of a signal whose action is SIG_IGN
|
* On Solaris 2, delivery of a signal whose action is SIG_IGN
|
||||||
* will not cause sigwait() to return. We may have inherited
|
* will not cause sigwait() to return. We may have inherited
|
||||||
* unexpected actions for SIGHUP, SIGINT, and SIGTERM from our parent
|
* unexpected actions for SIGHUP, SIGINT, and SIGTERM from our parent
|
||||||
* process, * (e.g, Solaris cron). Set an action of SIG_DFL to make
|
* process (e.g, Solaris cron). Set an action of SIG_DFL to make
|
||||||
* sure sigwait() works as expected. Only do this for SIGTERM and
|
* sure sigwait() works as expected. Only do this for SIGTERM and
|
||||||
* SIGINT if we don't have sigwait(), since a different handler is
|
* SIGINT if we don't have sigwait(), since a different handler is
|
||||||
* installed above.
|
* installed above.
|
||||||
|
Reference in New Issue
Block a user