1
0
forked from ports/opt
opt/prt-utils/README

10 lines
458 B
Plaintext
Raw Permalink Normal View History

2024-03-28 18:21:42 +00:00
README for prt-utils
2024-04-18 11:12:22 +00:00
Starting with version 1.3.2, the user-facing part of prtverify has
two alternative implementations: bash and gawk. The `make install`
2024-03-28 18:21:42 +00:00
rule creates /usr/bin/prtverify pointing to the gawk version.
Feel free to change the target of the symlink, define an alias
in your profile (e.g., alias prtverify="/usr/bin/prtverify.sh "),
or put a different prtverify earlier in $PATH, if you prefer
a more traditional wrapper for the awk tests.