Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
start() {
# mrtg will not run if LANG=*utf8
[[ "${LANG}" == *[uU][tT][fF]8 ]] && LANG='C'
[[ "${LANG}" == *[uU][tT][fF]?8 ]] && LANG='C'
checkconfig || return $?