Commit 954288ad authored by Tim Wickberg's avatar Tim Wickberg
Browse files

Revert "Remove local refinition of daemon()."

Our local implementation was being used instead of glibc,
and does have one subtle difference - it double forks(),
whereas glibc single-forks, leading to some slight differences
in process control behavior. Revert this and take a different
approach.

This reverts commit 6f45a2bf.
parent 3f7e10f8
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment