Files
adam 4d30691ee6 Much of the core bits are initially ported.
This should be mostly independent of my configs, now.
2026-05-09 03:26:53 -04:00

12 lines
265 B
Bash

#!/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