Junio C Hamano <gitster@xxxxxxxxx> writes: > Yeah, something like > > : start > p4d & > echo $! >$pidfile Obviously I should have written: : stop pid=$(cat "$pidfile") while kill -0 $pid do kill $pid sleep 1 done Sorry for the noise. > : stop > while kill -0 $pidfile > do > kill $pidfile > sleep 1 > done > >> Finding an unused port is also a pain. > > I think the way t55xx series assign LIB_HTTPD_PORT is an acceptable > compromise. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html