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
 | 
			
		||||
   start)
 | 
			
		||||
	log_info_msg "Yerel ayarlar eklendi..."
 | 
			
		||||
	yerel_ayar
 | 
			
		||||
	log_info_msg "Starting LXDM..."
 | 
			
		||||
	start_daemon $BIN_FILE -d
 | 
			
		||||
	evaluate_retval
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -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
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -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
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue