#!/bin/sh

export PYTHONPATH=/usr/lib/rhs/kernelcfg:/usr/lib/rhs/python

case $LANG in
	ja*)
    exec python /usr/lib/rhs/kernelcfg/kernelcfg_ja.py
	;;
	*)
    exec python /usr/lib/rhs/kernelcfg/kernelcfg.py
	;;
esac
