in reply to Making chkconfig's output readable

++
however,
I'll recomend to un-localise output for those who got locale set.
LANG=C chkconfig ... or export LANG=C sudo chkconfig ...
--
dominix

Replies are listed 'Best First'.
Re^2: Making chkconfig's output readable
by Aristotle (Chancellor) on Dec 21, 2004 at 02:58 UTC

    Or simply LANG=C sudo chkconfig.

    Makeshifts last the longest.