HomeFreeBSD

Require gawk the usermode helper fails with awk

Description

Require gawk the usermode helper fails with awk

For some reason when awk invoked by the usermode helper the command
always fails. Interestingly gawk does not suffer from this problem
which is why I never observed this failure since the distro I tested
with all had gawk installed instead of awk. Anyway, the simplest
thing to do here is to just make gawk mandatory. I've added a
configure check for gawk specifically and have updated the command
to call gawk not awk.

Details

Provenance
Brian Behlendorf <behlendorf1@llnl.gov>Authored on Jul 1 2010, 11:20 PM
Parents
rG7119bf704490: Add configure check for user_path_dir()
Branches
Unknown
Tags
Unknown
Reverted By
rGad35b6a6e99a: Remove the gawk dependency.