svn commit: r259431 - head/sbin/casperd

Pawel Jakub Dawidek pjd at FreeBSD.org
Sun Dec 15 22:59:34 UTC 2013


Author: pjd
Date: Sun Dec 15 22:59:34 2013
New Revision: 259431
URL: http://svnweb.freebsd.org/changeset/base/259431

Log:
  MFp4 @1189141:
  
  Change casperd's zygote process title.
  
  MFC after:	1 week

Modified:
  head/sbin/casperd/zygote.c

Modified: head/sbin/casperd/zygote.c
==============================================================================
--- head/sbin/casperd/zygote.c	Sun Dec 15 22:58:09 2013	(r259430)
+++ head/sbin/casperd/zygote.c	Sun Dec 15 22:59:34 2013	(r259431)
@@ -122,6 +122,8 @@ zygote_main(int sock)
 
 	assert(sock > STDERR_FILENO);
 
+	setproctitle("zygote");
+
 	if (pjdlog_mode_get() != PJDLOG_MODE_STD)
 		stdnull();
 	for (fd = STDERR_FILENO + 1; fd < sock; fd++)


More information about the svn-src-head mailing list