Run as daemon.daemon, not nobody.daemon

This commit is contained in:
Paul Traina 1996-08-26 17:01:58 +00:00
parent 5e7d3affd4
commit 30959c76e0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=17832

View file

@ -97,7 +97,7 @@ static char sccsid[] = "@(#)rwhod.c 8.1 (Berkeley) 6/6/93";
* -- Steve Deering, Stanford University, February 1989
*/
#define UNPRIV_USER "nobody"
#define UNPRIV_USER "daemon"
#define UNPRIV_GROUP "daemon"
#define NO_MULTICAST 0 /* multicast modes */