]> git.proxmox.com Git - mirror_spl-debian.git/commit
Require gawk the usermode helper fails with awk
authorBrian Behlendorf <behlendorf1@llnl.gov>
Thu, 1 Jul 2010 23:20:11 +0000 (16:20 -0700)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Thu, 1 Jul 2010 23:38:08 +0000 (16:38 -0700)
commit1814251453c8140f50170ad29d9105c1273d7e08
tree07b48a17d82723d276f04c0c0ab03c16e65b3df5
parent7119bf704490bcb9abca9fa80214313024d381a2
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.
config/spl-build.m4
configure
module/spl/spl-generic.c