Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 159786
Collapse All | Expand All

(-)mrtg.rc.orig (-1 / +1 lines)
Lines 22-28 Link Here
22
22
23
start() {
23
start() {
24
	# mrtg will not run if LANG=*utf8
24
	# mrtg will not run if LANG=*utf8
25
	[[ "${LANG}" =~ '((^[A-Za-z0-9\_\@\-]+\.)|(^))([uU][tT][fF]-?8)$' ]] \
25
	[[ "${LANG}" =~ ((^[A-Za-z0-9\_\@\-]+\.)|(^))([uU][tT][fF]-?8)$ ]] \
26
	&& LANG='C'
26
	&& LANG='C'
27
27
28
	checkconfig || return $?
28
	checkconfig || return $?

Return to bug 159786