2 if [ "`locale | grep zh_CN`" ] || [ "`locale | grep zh_TW`" ]; then
5 echo " 请先修改配置文件/etc/mystar.conf,然后使用root权限"
6 echo " 运行mystar,如果没有问题,就可以使用/etc/rc.d/mystar作"
7 echo " 为服务,或者添加到rc.conf里面的DAEMONS里面开机启动。 "
10 echo "==> Installation notes:"
12 echo " Please run /usr/bin/mystar as root, and "
13 echo " don't forget to edit /etc/mystar.conf first. if "
14 echo " there is no problem running mystar, you can"
15 echo " use /etc/rc.d/mystar or add "mystar" to "
16 echo " DAEMONS in rc.conf. "