#!/bin/sh

# ifcfg is required by network
#[[ $1 = -d ]] && echo network

exit 255
