Give an error message if daemon() failed.
[tinc] / src / process.c
2000-11-26 Ivo TimmermansGive an error message if daemon() failed.
2000-11-25 Guus Sliepen- Use only one socket for all UDP traffic (for compatib...
2000-11-24 Guus SliepenAnother big & bad commit:
2000-11-24 Ivo TimmermansDo not use the C library's daemon() call.
2000-11-22 Guus Sliepen- Fixed all (except 2) compiler warnings gcc -Wall...
2000-11-22 Guus Sliepen- More porting to FreeBSD and Solaris.
2000-11-22 Guus Sliepen- Write pidfile AFTER detaching...
2000-11-22 Ivo TimmermansDeclare fd.
2000-11-22 Ivo TimmermansAdd more checks to ensure that filedescriptors are...
2000-11-20 Guus Sliepen- More fixes.
2000-11-20 Guus Sliepen- Various small fixes.
2000-11-20 Guus Sliepen- Integrate rbl trees into tinc.
2000-11-17 Guus Sliepen- Removed stray @INCLUDE@ (how did that get there?)
2000-11-17 Guus Sliepen- Simplified do_detach
2000-11-16 Ivo TimmermansMove more functions from tincd.c into process.c.
2000-11-16 Ivo TimmermansMove all process-related functions into process.c.