On Sun, Oct 30, 2022 at 8:22 AM Florian Smeets <[email protected]> wrote: > > On 29.10.22 05:10, Kyle Evans wrote: > > The branch main has been updated by kevans: > > > > URL: > > https://cgit.FreeBSD.org/src/commit/?id=0283826706706c598fff86e16c42604841c1a05a > > > > commit 0283826706706c598fff86e16c42604841c1a05a > > Author: Kyle Evans <[email protected]> > > AuthorDate: 2022-10-29 03:04:56 +0000 > > Commit: Kyle Evans <[email protected]> > > CommitDate: 2022-10-29 03:05:39 +0000 > > > > usr.bin: hook wg(8) up to the build > > > > wg(8) is used to manage WireGuard interfaces; see wg(4) and wg(8) both > > for more details and usage examples. > I just migrated from the ports version to the in tree version, the only > thing missing seems to be the rc script, other than that it's working fine. > > Should we import an rc script into base e.g. one the net/wireguard-tools > provides? >
I wouldn't mind one, though we can't really provide the one the wireguard-tools provides; it's based entirely off of wg-quick(8), which we can't reasonably install in base (bash script and actually uses bash-isms). Thanks, Kyle Evans
