mirror_zfs/cmd
Brian Behlendorf 6ee44e32be Fix awk usage
The zpool_id and zpool_layout helper scripts have been updated to
use the more common /usr/bin/awk symlink.  On Fedora/Redhat systems
there are both /bin/awk and /usr/bin/awk symlinks to your installed
version of awk.  On Debian/Ubuntu systems only the /usr/bin/awk
symlink exists.

Additionally, add the '\<' token to the beginning of the regex
pattern to prevent partial matches.  This pattern only appears to
work with gawk despite the mawk man page claiming to support this
extended regex.  Thus you will need to have gawk installed to use
these optional helper scripts.  A comment has been added to the
script to reflect this reality.
2011-05-06 10:16:04 -07:00
..
mount_zfs Allow mounting of read-only snapshots 2011-05-05 10:13:38 -07:00
zdb Fix 'zfs set volsize=N pool/dataset' 2011-05-02 08:54:40 -07:00
zfs Fix 'zfs set volsize=N pool/dataset' 2011-05-02 08:54:40 -07:00
zinject Fix 'zfs set volsize=N pool/dataset' 2011-05-02 08:54:40 -07:00
zpios Fix 'zfs set volsize=N pool/dataset' 2011-05-02 08:54:40 -07:00
zpool Fix 'zfs set volsize=N pool/dataset' 2011-05-02 08:54:40 -07:00
zpool_id Fix awk usage 2011-05-06 10:16:04 -07:00
zpool_layout Fix awk usage 2011-05-06 10:16:04 -07:00
ztest Fix 'zfs set volsize=N pool/dataset' 2011-05-02 08:54:40 -07:00
zvol_id Fix 'zfs set volsize=N pool/dataset' 2011-05-02 08:54:40 -07:00
Makefile.am Fix mount helper 2011-03-09 15:26:48 -08:00
Makefile.in Fix 'zfs set volsize=N pool/dataset' 2011-05-02 08:54:40 -07:00