ayarlar
This commit is contained in:
		
							parent
							
								
									3cbd5c30ee
								
							
						
					
					
						commit
						9bba66e431
					
				
					 3 changed files with 5 additions and 4 deletions
				
			
		| 
						 | 
					@ -23,8 +23,6 @@ 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
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -18,7 +18,10 @@ case ${1} in
 | 
				
			||||||
         do_start_console || exit 1
 | 
					         do_start_console || exit 1
 | 
				
			||||||
         do_start_sysctl || exit 1
 | 
					         do_start_sysctl || exit 1
 | 
				
			||||||
         bolumleri_bagla || exit 1
 | 
					         bolumleri_bagla || exit 1
 | 
				
			||||||
 | 
					         log_info_msg "klavye ayarlari eklendi..."
 | 
				
			||||||
         klavye_ayar || exit 1
 | 
					         klavye_ayar || exit 1
 | 
				
			||||||
 | 
					         log_info_msg "Yerel ayarlar eklendi..."
 | 
				
			||||||
 | 
					         yerel_ayar || exit 1
 | 
				
			||||||
         ;;
 | 
					         ;;
 | 
				
			||||||
   stop)
 | 
					   stop)
 | 
				
			||||||
         do_stop_clock
 | 
					         do_stop_clock
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -196,7 +196,7 @@ find_media() {
 | 
				
			||||||
MainLoop(){
 | 
					MainLoop(){
 | 
				
			||||||
   while [ ! -f /root/boot ];
 | 
					   while [ ! -f /root/boot ];
 | 
				
			||||||
   do
 | 
					   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
 | 
						/etc/rc.d/init.d/setup-nutyx || problem
 | 
				
			||||||
   done
 | 
					   done
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
| 
						 | 
					@ -275,7 +275,7 @@ if [ "$root" == "" ]; then
 | 
				
			||||||
		sh
 | 
							sh
 | 
				
			||||||
	else
 | 
						else
 | 
				
			||||||
		if [ "$verbose" == "yes" ]; then
 | 
							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
 | 
								ls -lt /etc/rc.d/init.d/setup-nutyx
 | 
				
			||||||
		fi
 | 
							fi
 | 
				
			||||||
	fi
 | 
						fi
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue