20cd1e9333
daemonize.rb: do srand in the forked child process both in daemonize and call_as_daemon (thanks to Andrew Havens).
12 lines
304 B
Makefile
12 lines
304 B
Makefile
# $NetBSD: Makefile,v 1.10 2012/08/12 21:44:01 imil Exp $
|
|
|
|
DISTNAME= daemons-1.1.9
|
|
CATEGORIES= misc
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
HOMEPAGE= http://daemons.rubyforge.org/
|
|
COMMENT= Toolkit to convert Ruby scripts to a daemon
|
|
LICENSE= mit
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|