yerellestirme
This commit is contained in:
parent
a0a803b696
commit
a1e7338732
|
@ -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
|
||||||
|
|
|
@ -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 #
|
||||||
|
|
Loading…
Reference in New Issue