OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
CVS: cvs.openbsd.org: src

From: Todd C. Miller (millertcvs.openbsd.org)
Date: Thu Oct 02 2008 - 11:44:43 CDT


CVSROOT: /cvs
Module name: src
Changes by: millertcvs.openbsd.org 2008/10/02 10:44:43

Modified files:
        games/hunt/huntd: driver.c huntd.6

Log message:
Remove useless setsid() and setpgrp() calls and add -b option to
run huntd in the background like a true daemon. OK deraadt