Mercurial > hgrepos > FreeBSD > ports > sysutils > local-bsdtools
comparison sbin/fjail @ 208:0136dce2db22
Enhanced messages
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Sun, 21 Aug 2022 15:12:59 +0200 |
| parents | a19acddb4662 |
| children | 1b176ccd41b9 |
comparison
equal
deleted
inserted
replaced
| 207:a19acddb4662 | 208:0136dce2db22 |
|---|---|
| 455 fi | 455 fi |
| 456 ;; | 456 ;; |
| 457 *) | 457 *) |
| 458 if [ "${_mount_outside}" = "yes" ]; then | 458 if [ "${_mount_outside}" = "yes" ]; then |
| 459 if [ "${_dry_run}" = "yes" ]; then | 459 if [ "${_dry_run}" = "yes" ]; then |
| 460 echo "Would mount ${_name} on configured dataset mountpoint ${_mp}" | 460 echo "Would mount ${_name} on configured ZFS dataset mountpoint ${_mp}" |
| 461 else | 461 else |
| 462 echo "Mounting ${_name} on configured dataset mountpoint ${_mp}" | 462 echo "Mounting ${_name} on configured ZFS dataset mountpoint ${_mp}" |
| 463 zfs mount "${_name}" || return 1 | 463 zfs mount "${_name}" || return 1 |
| 464 fi | 464 fi |
| 465 else | 465 else |
| 466 echo "Skipping ${_name} because its configured mountpoint is not relative to given root dataset" 2>&1 | 466 echo "Skipping ${_name} because its configured ZFS mountpoint is not relative to given root dataset" 2>&1 |
| 467 fi | 467 fi |
| 468 ;; | 468 ;; |
| 469 esac | 469 esac |
| 470 done | 470 done |
| 471 | 471 |
