Daemonized improxy
authorThadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
Wed, 27 Sep 2006 00:10:13 +0000 (00:10 +0000)
committerThadeu Lima de Souza Cascardo <cascardo@minaslivre.org>
Wed, 27 Sep 2006 00:10:13 +0000 (00:10 +0000)
commit2a4483d554b76399553345f47dd44d103a7ffa23
tree432feab01f8fd1cb25a06549d81e9aed44ea0c31
parent867eed9d1afb0c1f9c919c4fde26d491bd225488
Daemonized improxy

First thing improxy does is to detach from its controlling terminal,
going into daemon mode. Since there is no portable way to do that
(using GLib would be very nice), it calls the libc daemon function.
improxy.c