From 7b8c18cc17b88a11f228093f854887147cab5d01 Mon Sep 17 00:00:00 2001 From: shamil Date: Mon, 7 Mar 2016 22:59:57 +0200 Subject: [PATCH] malfs mekanizma guncelleme --- bin/mps | 2 +- rootfs/etc/rc.d/init.d/init_single | 1 + rootfs/lib/services/init-functions | 11 +++++++++++ 3 files changed, 13 insertions(+), 1 deletion(-) diff --git a/bin/mps b/bin/mps index dd0a998b5..636291be4 100755 --- a/bin/mps +++ b/bin/mps @@ -106,7 +106,7 @@ paket_silyeni(){ cat /var/lib/pkg/DB/$paket/kurulan | cut -d '>' -f2 > /tmp/$paket.sil while true; do - ryaz 34 $paket" $1 paketi kaldırılsın mı?";read -p "e veya h-> " eh + ryaz 34 $paket" paketi kaldırılsın mı?";read -p "e veya h-> " eh case $eh in [Ee]* ) sil_onay="e"; break;; [Hh]* ) break;; diff --git a/rootfs/etc/rc.d/init.d/init_single b/rootfs/etc/rc.d/init.d/init_single index 85e7b89a5..6ee057144 100755 --- a/rootfs/etc/rc.d/init.d/init_single +++ b/rootfs/etc/rc.d/init.d/init_single @@ -16,6 +16,7 @@ case ${1} in do_start_swap || exit 1 do_start_console || exit 1 do_start_sysctl || exit 1 + klavye_ayar || exit 1 ;; stop) do_stop_clock diff --git a/rootfs/lib/services/init-functions b/rootfs/lib/services/init-functions index e6bc2e9f1..30824c9f1 100644 --- a/rootfs/lib/services/init-functions +++ b/rootfs/lib/services/init-functions @@ -1369,6 +1369,17 @@ do_start_sysctl() fi } ################################################################################ +# klavye_ayar() # +# # +# Description : klavye ayarlama # +# # +################################################################################ +klavye_ayar() +{ + #turkce klavye + loadkeys trq +} +################################################################################ # do_start_network() # # # # Description: Start the network depending on what's available nothing, wicd #