SPDX: license tags: BSD-2-Clause

Sponsored-by: https://despairlabs.com/sponsor/
Signed-off-by: Rob Norris <robn@despairlabs.com>
Reviewed-by: Tony Hutter <hutter2@llnl.gov>
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
This commit is contained in:
Rob Norris
2025-01-04 12:14:31 +11:00
committed by Tony Hutter
parent 9530eb64e0
commit 865ca576ab
96 changed files with 96 additions and 0 deletions
+1
View File
@@ -1,4 +1,5 @@
#!@DEFAULT_INIT_SHELL@
# SPDX-License-Identifier: BSD-2-Clause
# shellcheck disable=SC2154
#
# zfs-import This script will import ZFS pools
+1
View File
@@ -1,4 +1,5 @@
#!@DEFAULT_INIT_SHELL@
# SPDX-License-Identifier: BSD-2-Clause
# shellcheck disable=SC2154
#
# zfs-load-key This script will load/unload the zfs filesystems keys.
+1
View File
@@ -1,4 +1,5 @@
#!@DEFAULT_INIT_SHELL@
# SPDX-License-Identifier: BSD-2-Clause
# shellcheck disable=SC2154
#
# zfs-mount This script will mount/umount the zfs filesystems.
+1
View File
@@ -1,4 +1,5 @@
#!@DEFAULT_INIT_SHELL@
# SPDX-License-Identifier: BSD-2-Clause
# shellcheck disable=SC2154
#
# zfs-share This script will network share zfs filesystems and volumes.
+1
View File
@@ -1,4 +1,5 @@
#!@DEFAULT_INIT_SHELL@
# SPDX-License-Identifier: BSD-2-Clause
# shellcheck disable=SC2154
#
# zfs-zed
+1
View File
@@ -1,3 +1,4 @@
# SPDX-License-Identifier: BSD-2-Clause
# This is a script with common functions etc used by zfs-import, zfs-load-key,
# zfs-mount, zfs-share and zfs-zed.
#