#!/bin/sh /etc/rc.common
START=51

boot() {
        if [ ! -f /etc/country_name_code_list ]; then
                /usr/sbin/country_code_list.sh &
        fi
        return 0
}