diff options
Diffstat (limited to 'filesystems/openzfs/pkg-message')
-rw-r--r-- | filesystems/openzfs/pkg-message | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/filesystems/openzfs/pkg-message b/filesystems/openzfs/pkg-message new file mode 100644 index 000000000000..1101f72fc507 --- /dev/null +++ b/filesystems/openzfs/pkg-message @@ -0,0 +1,11 @@ +[ +{ type: install + message: <<EOM +Ensure that any zfs-related commands, such as zpool, zfs, as used in scripts +and in your terminal sessions, use the correct path of ${PREFIX}/sbin/ and +not the /sbin/ commands provided by the FreeBSD base system. + +Consider setting this in your shell profile defaults! +EOM +} +] |