function distcc {
	description="Distributed Compiler"
	use="tcp"
	port=${port:-3632}
	do_service $FUNCNAME $@
}
