View | Details | Raw Unified
Collapse All | Expand All

(-) /usr/portage/net-p2p/mldonkey/files/mldonkey.initd (-1 / +1 lines)
 Lines 121-127    Link Here 
		fi
		fi
		BASE=${BASE}${SERVER}:${PORT}
		BASE=${BASE}${SERVER}:${PORT}
		VALUE=$(/usr/bin/wget -O - ${BASE}/submit?q=vo 2> /dev/null| /bin/grep  -C1 max_hard_upload|/usr/bin/tail -n 1|/bin/cut -d\" -f2)
		VALUE=$(/usr/bin/wget -O - ${BASE}/submit?q=vo 2> /dev/null| /bin/grep  -C1 max_hard_upload|/bin/grep value=\" |/bin/cut -d\" -f2)
		if [[ ${VALUE} -eq ${LOW_UP} ]]
		if [[ ${VALUE} -eq ${LOW_UP} ]]
		then
		then
			INFO="mldonkey runs slow"
			INFO="mldonkey runs slow"