Bug #3245
in.ndp daemon should not be session leader
Start date:
2012-10-01
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
Gerrit CR:
Updated by David Höppner over 8 years ago
- % Done changed from 0 to 80
in.ndpd forks only once in his daemonize function. Common practise
is to fork a second time to lose the session leadership (pid == sid) of
the new session group created by setsid(). We should use libc daemon()
to be more consistent.
See also issue #872.
Updated by Rich Lowe over 8 years ago
- Category set to cmd - userland programs
- Status changed from New to Resolved
- % Done changed from 80 to 100
- Tags deleted (
needs-triage)
Resolved in 176dc72