|  | @@ -119,7 +119,7 @@ then
 | 
	
		
			
				|  |  |          then
 | 
	
		
			
				|  |  |                  for i in /etc/rc$runlevel.d/K*
 | 
	
		
			
				|  |  |                  do
 | 
	
		
			
				|  |  | -                [ ! -f $i ] && continue
 | 
	
		
			
				|  |  | +                [ ! -f $i ] && continue
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  #
 | 
	
		
			
				|  |  |  # the suffix variable will contain the script name without the leading
 | 
	
	
		
			
				|  | @@ -150,8 +150,8 @@ then
 | 
	
		
			
				|  |  |  # more info on this.
 | 
	
		
			
				|  |  |  #
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -                        [ ! -f $previous_start ] && 
 | 
	
		
			
				|  |  | -                        [ ! -f $sysinit_start ] && continue
 | 
	
		
			
				|  |  | +                        [ ! -f $previous_start ] &&
 | 
	
		
			
				|  |  | +                        [ ! -f $sysinit_start ] && continue
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  #
 | 
	
		
			
				|  |  |  # If we found previous_start or sysinit_start, run the K script
 | 
	
	
		
			
				|  | @@ -181,7 +181,7 @@ then
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |          for i in /etc/rc$runlevel.d/S*
 | 
	
		
			
				|  |  |          do
 | 
	
		
			
				|  |  | -                [ ! -f $i ] && continue
 | 
	
		
			
				|  |  | +                [ ! -f $i ] && continue
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |                  if [ $previous != N ]
 | 
	
		
			
				|  |  |          then
 | 
	
	
		
			
				|  | @@ -199,7 +199,7 @@ then
 | 
	
		
			
				|  |  |  # iteration and start the next one.
 | 
	
		
			
				|  |  |  #
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -                        [ -f $previous_start ] && [ ! -f $stop ] && 
 | 
	
		
			
				|  |  | +                        [ -f $previous_start ] && [ ! -f $stop ] && 
 | 
	
		
			
				|  |  |                          continue
 | 
	
		
			
				|  |  |                  fi
 | 
	
		
			
				|  |  |  
 |