7 lines
		
	
	
	
		
			141 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
	
		
			141 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
| #!/bin/sh
 | |
| 
 | |
| [ -z "$IF_MOCK_DEPENDS" ] && IF_MOCK_DEPENDS="eth0 eth1 eth2 eth3 eth4"
 | |
| 
 | |
| case "$PHASE" in
 | |
| depend)	echo "$IF_MOCK_DEPENDS" ;;
 | |
| esac
 |