Subject: Re: how to write a Daemon process
To: John Sconiers <jrs@enteract.com>
From: Ken Hornstein <kenh@cmf.nrl.navy.mil>
List: netbsd-help
Date: 01/30/1999 22:23:32
>Looking for information on how to write a Daemon process.  Is there a
>simple Daemon that has easy to follow code so i could grab the source
>and learn.  I know apache and sendmail as well as others use daemon's but

Well, you might look at the daemon(3) library call.  If you look at the
source to that library function, it should tell you all you need to know.

--Ken