View | Details | Raw Unified
Collapse All | Expand All

(-) mrtg.rc.orig (-1 / +1 lines)
 Lines 22-28    Link Here 
start() {
start() {
	# mrtg will not run if LANG=*utf8
	# mrtg will not run if LANG=*utf8
	[[ "${LANG}" == *[uU][tT][fF]8 ]] && LANG='C'
	[[ "${LANG}" == *[uU][tT][fF]?8 ]] && LANG='C'
	checkconfig || return $?
	checkconfig || return $?