5 lines
		
	
	
	
		
			76 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
	
		
			76 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
| #!/bin/sh
 | |
| 
 | |
| case "$PHASE" in
 | |
| depend)	echo "eth0 eth1 eth2 eth3 eth4" ;;
 | |
| esac
 |