#!/bin/sh [ -z "$IF_MOCK_DEPENDS" ] && IF_MOCK_DEPENDS="eth0 eth1 eth2 eth3 eth4" case "$PHASE" in depend) echo "$IF_MOCK_DEPENDS" ;; esac