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