churchers / vm-bhyve

Shell based, minimal dependency bhyve manager
BSD 2-Clause "Simplified" License
823 stars 174 forks source link

The egrep(1) Warning #524

Open vermaden opened 1 year ago

vermaden commented 1 year ago

This is the often WARNING I get when using vm(8) commands.

egrep: warning: egrep is obsolescent; using /usr/local/bin/ggrep -E
okalm commented 1 year ago

confirmed, I've got that too every time I create a VM.

vermaden commented 1 year ago

It seems to be fixed in the sysutils/vm-bhyve-devel port.

okalm commented 1 year ago

I didn't test it yet, thank you for the hint.

johndo100 commented 6 months ago

Still have this warning in sysutils/vm-bhyve. Hope this will be fixed soon.

vermaden commented 6 months ago

... and I still get them in the sysutils/vm-bhyve-devel package.

smyru commented 1 month ago

Since this is related to the GNU grep of contrib, PR #230332 would fix it in the host or alternatively building FreeBSD with WITH_BSD_GREP.