Mercurial > hgrepos > FreeBSD > ports > sysutils > local-bsdtools
changeset 105:52523a19797e
Docu: Enhance the docu of fjail
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Fri, 27 Sep 2019 09:44:38 +0200 |
| parents | 6f6058939e48 |
| children | aa353a3e13e5 |
| files | bin/fjail |
| diffstat | 1 files changed, 12 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/bin/fjail Fri Sep 27 09:32:20 2019 +0200 +++ b/bin/fjail Fri Sep 27 09:44:38 2019 +0200 @@ -17,7 +17,7 @@ VERSION="@@VERSION@@" -USAGE=" +USAGE=' USAGE: fjail [ OPTIONS ] COMMAND [ COMMAND OPTIONS ] [ ARG ... ] OPTIONS: @@ -46,11 +46,20 @@ copy SOURCE-DATASET DEST-DATASET - Copy a tree of ZFS datasets with \"zfs send -R\" and \"zfs receive\". + Copy a tree of ZFS datasets with "zfs send -R" and "zfs receive". Note that the destination dataset must not exist already. -u Do not automatically mount received datasets -" + +ENVIRONMENT: + + All environment variables that affect "zfs" are effective also. + +DESCRIPTION: + + All commands with the exception of "populate" require ZFS as + filesystem. +' # Reset to standard umask
