yerellestirme

This commit is contained in:
milisarge 2017-03-29 01:00:34 +03:00
parent a0a803b696
commit a1e7338732
2 changed files with 13 additions and 0 deletions

View File

@ -23,6 +23,8 @@ BIN_FILE="/usr/sbin/lxdm"
case $1 in case $1 in
start) start)
log_info_msg "Yerel ayarlar eklendi..."
yerel_ayar
log_info_msg "Starting LXDM..." log_info_msg "Starting LXDM..."
start_daemon $BIN_FILE -d start_daemon $BIN_FILE -d
evaluate_retval evaluate_retval

View File

@ -1392,6 +1392,17 @@ klavye_ayar()
loadkeys trq loadkeys trq
} }
################################################################################ ################################################################################
# yerel_ayar() #
# #
# Description : yerel ayarlama #
# #
################################################################################
yerel_ayar()
{
export LC_ALL="tr_TR.UTF-8"
export LANG="tr_TR.UTF-8"
}
################################################################################
# do_start_network() # # do_start_network() #
# # # #
# Description: Start the network depending on what's available nothing, wicd # # Description: Start the network depending on what's available nothing, wicd #