This commit is contained in:
milisarge 2017-04-23 03:31:12 +03:00
parent 3cbd5c30ee
commit 9bba66e431
3 changed files with 5 additions and 4 deletions

View File

@ -23,8 +23,6 @@ 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

View File

@ -18,7 +18,10 @@ case ${1} in
do_start_console || exit 1
do_start_sysctl || exit 1
bolumleri_bagla || exit 1
log_info_msg "klavye ayarlari eklendi..."
klavye_ayar || exit 1
log_info_msg "Yerel ayarlar eklendi..."
yerel_ayar || exit 1
;;
stop)
do_stop_clock

View File

@ -196,7 +196,7 @@ find_media() {
MainLoop(){
while [ ! -f /root/boot ];
do
[ "$verbose" == "no" ] || echo "Launch /etc/rc.d/init.d/setup-nutyx ..."
[ "$verbose" == "no" ] || echo "Launch /etc/rc.d/init.d/milis-kur ..."
/etc/rc.d/init.d/setup-nutyx || problem
done
}
@ -275,7 +275,7 @@ if [ "$root" == "" ]; then
sh
else
if [ "$verbose" == "yes" ]; then
echo "/etc/rc.d/init.d/setup-nutyx exit ..."
echo "/etc/rc.d/init.d/milis-kur exit ..."
ls -lt /etc/rc.d/init.d/setup-nutyx
fi
fi