Skip to content

user/netifrc: bump to 0.7.1; replace gawk w/ perl

Lee Starnes requested to merge lstarnes/packages:netifrc-bump-fix into master

net/l2tp.sh depends on the 3-argument match() provided by GNU awk, which mawk doesn't implement. Rather than rewrite this in mawk, which would be very hard, instead translate it to perl, which is in system.

Also upgrade to 0.7.1.

Merge request reports