mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
remove HAVE_SETPGRP, because it doesn't detach terminal
in POSIX (setsid() is only way to do it)
This commit is contained in:
parent
03e2b4a1fd
commit
0def918bed
1 changed files with 1 additions and 1 deletions
|
|
@ -339,7 +339,7 @@
|
|||
|
||||
/* The code will use one of the following functions when detaching
|
||||
from a terminal. One of these must exist. */
|
||||
#define HAVE_SETPGRP 1
|
||||
#define HAVE_SETPGRP 0
|
||||
#define HAVE_SETSID 1
|
||||
|
||||
/* If you do not specify the local node name in the main configuration
|
||||
|
|
|
|||
Loading…
Reference in a new issue