View | Details | Raw Unified | Return to bug 160504 | Differences between
and this patch

Collapse All | Expand All

(-)sysutils/bsdstats/files/300.statistics.in (-1 / +1 lines)
Lines 172-178 report_ports () { Link Here
172
172
173
	# Make the request	
173
	# Make the request	
174
	string_length=`echo ${query_string} | wc -m` 
174
	string_length=`echo ${query_string} | wc -m` 
175
	string_length=`expr ${string_length} - 1`
175
	string_length=$((string_length - 1))
176
176
177
	echo "POST ${url_prefix}/scripts/report_ports.php HTTP/1.0
177
	echo "POST ${url_prefix}/scripts/report_ports.php HTTP/1.0
178
Host: ${checkin_server}
178
Host: ${checkin_server}

Return to bug 160504