--- rplayd/rplayd.c.orig Wed Mar 10 16:58:04 1999 +++ rplayd/rplayd.c Fri Jan 31 02:12:40 2003 @@ -421,10 +421,9 @@ /* Fork */ if (do_fork) { - int pid = fork(); - if (pid != 0) - { - exit(0); + if (daemon(1, 1) < 0) { + report(REPORT_ERROR, "daemon: %s\n", sys_err_str(errno)); + done(1); } } k rel='vcs-git' href='https://www.tfcis.org/~lantw44/git/freebsd-ports-gnome' title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/www/p5-Plack-Middleware-MemoryUsage
Commit message (Expand)AuthorAgeFilesLines
* Update WWWsunpoet2018-05-281-1/+1
* Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.mat2016-04-011-3/+3
* Change the way Perl modules are installed, update the default Perl to 5.18.mat2014-11-262-3/+1
* - stage supportaz2014-01-052-3/+1
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1
* - convert to the new perl5 frameworkaz2013-09-021-1/+2
* - Upgrade to 0.03.kuriyama2013-05-222-3/+3