#!/bin/sh # This emulates a minimal `/etc/rc.conf` that one would create in FreeBSD to # hand off control to `rc.router`. rc_router_dir="${RC_ROUTER_HARNESS}/.." rc_router_conf_dir="${RC_ROUTER_HARNESS}/../test-conf/" . ${rc_router_dir}/rc.entry # vim: ft=bash