summaryrefslogtreecommitdiffstats
path: root/rules/libucdaemon.in
blob: c6d69fe993f1a3acf372c1937db2375b6b504208 (plain)
1
2
3
4
5
6
7
8
9
## SECTION=system_libraries
config LIBUCDAEMON
	tristate
	prompt "libucdaemon"
	help
	  libdaemon is a lightweight C library that eases the process
	  of writing UNIX daemons. It contains a daemonizing fork()
	  wrapper, a powerful syslog() wrapper, PID file management,
	  and signal serialization.