Much of the core bits are initially ported.
This should be mostly independent of my configs, now.
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
#!/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
|
||||
Reference in New Issue
Block a user