# rc - runlevel compatibility # # This task guesses what the "default runlevel" should be and starts the # appropriate script. start on started loadmodules console logged script if ls /etc/mactab* &>/dev/null; then for maccfg in /etc/mactab*; do nameif -c $maccfg >/dev/null done fi end script