yerellestirme
This commit is contained in:
parent
a0a803b696
commit
a1e7338732
|
@ -23,6 +23,8 @@ BIN_FILE="/usr/sbin/lxdm"
|
|||
|
||||
case $1 in
|
||||
start)
|
||||
log_info_msg "Yerel ayarlar eklendi..."
|
||||
yerel_ayar
|
||||
log_info_msg "Starting LXDM..."
|
||||
start_daemon $BIN_FILE -d
|
||||
evaluate_retval
|
||||
|
|
|
@ -1392,6 +1392,17 @@ klavye_ayar()
|
|||
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() #
|
||||
# #
|
||||
# Description: Start the network depending on what's available nothing, wicd #
|
||||
|
|
Loading…
Reference in New Issue