[OpenAFS-devel] [PATCH 1.3.81] provide daemon() in libafsutil

Christopher Allen Wing wingc@engin.umich.edu
Thu, 21 Apr 2005 17:17:03 -0400 (EDT)


Several parts of openafs can use the daemon() function to create a
background process. This function is provided in the standard library on
Linux, BSD, and Mac OS X, but is not present on other versions of Unix.


Here is a patch that adds an autoconf test to see if daemon() is present,
and if not, compiles it into libafsutil:


	http://www-personal.engin.umich.edu/~wingc/openafs/patches/openafs-1.3.81-daemon.patch



-Chris Wing
wingc@engin.umich.edu