Commit graph

3 commits

Author SHA1 Message Date
Sam Lawrance
db021693e9 Fix a bug which causes Net::Server based programs to break when restarted
with the HUP signal.

Submitter sent a patch upstream as rt.cpan.org ticket 14155

PR:		ports/84904
Submitted by:	Lupe Christoph <lupe@lupe-christoph.de>
		(maintainer of munin-node, which is affected by this bug)
2005-09-06 04:28:01 +00:00
Dejan Lesjak
97188e3aaa Update to 0.88.
Among other, this fixes UID/GID bugs during daemonization, so remove patch.
2005-06-28 18:11:38 +00:00
Dag-Erling Smørgrav
35aef96de5 In Net::Server::Daemonize::set_uid(), call POSIX::setuid() when
"$< = $> = $uid" fails, not when it succeeds (it's a fallback in the
former case, a no-op in the latter)

Similar fix for Net::Server::Daemonize::set_gid().
2005-06-20 06:52:08 +00:00