Index: branches/releng-11/nanobsd/files/usr/local/etc/rc.d/http302
===================================================================
--- branches/releng-11/nanobsd/files/usr/local/etc/rc.d/http302	(revision 14146)
+++ branches/releng-11/nanobsd/files/usr/local/etc/rc.d/http302	(revision 14149)
@@ -24,3 +24,4 @@
 
 run_rc_command "$1"
+/usr/bin/pgrep -x -u 0 -P 1 tcpserver > /var/run/tcpserver.pid
 
Index: branches/releng-11/nanobsd/files/usr/local/etc/rc.d/iperf
===================================================================
--- branches/releng-11/nanobsd/files/usr/local/etc/rc.d/iperf	(revision 14146)
+++ branches/releng-11/nanobsd/files/usr/local/etc/rc.d/iperf	(revision 14149)
@@ -27,2 +27,3 @@
 run_rc_command "$1"
 
+/usr/bin/pgrep -x -u 0 -P 1 perf > /var/run/iperf.pid
