003 File Manager
Current Path:
/usr/src/sys/contrib/openzfs/scripts
usr
/
src
/
sys
/
contrib
/
openzfs
/
scripts
/
📁
..
📄
.gitignore
(10 B)
📄
Makefile.am
(2.46 KB)
📄
commitcheck.sh
(2.87 KB)
📄
common.sh.in
(637 B)
📄
cstyle.pl
(26.17 KB)
📄
dkms.mkconf
(2.93 KB)
📄
dkms.postbuild
(595 B)
📄
enum-extract.pl
(955 B)
📄
kmodtool
(18.41 KB)
📄
make_gitrev.sh
(2 KB)
📄
man-dates.sh
(339 B)
📄
paxcheck.sh
(1.18 KB)
📄
zfs-helpers.sh
(4.46 KB)
📄
zfs-tests.sh
(16.78 KB)
📄
zfs.sh
(5.4 KB)
📄
zfs2zol-patch.sed
(1.14 KB)
📄
zimport.sh
(13.78 KB)
📄
zloop.sh
(8.2 KB)
📄
zol2zfs-patch.sed
(809 B)
Editing: common.sh.in
#!/bin/sh # Directories export BIN_DIR= export SBIN_DIR= export LIBEXEC_DIR= export ZTS_DIR= export SCRIPT_DIR= # General commands export ZDB=${ZDB:-$SBIN_DIR/zdb} export ZFS=${ZFS:-$SBIN_DIR/zfs} export ZPOOL=${ZPOOL:-$SBIN_DIR/zpool} export ZTEST=${ZTEST:-$SBIN_DIR/ztest} export ZFS_SH=${ZFS_SH:-$SCRIPT_DIR/zfs.sh} # Test Suite export RUNFILE_DIR=${RUNFILE_DIR:-$ZTS_DIR/runfiles} export TEST_RUNNER=${TEST_RUNNER:-$ZTS_DIR/test-runner/bin/test-runner.py} export ZTS_REPORT=${ZTS_REPORT:-$ZTS_DIR/test-runner/bin/zts-report.py} export STF_TOOLS=${STF_TOOLS:-$ZTS_DIR/test-runner} export STF_SUITE=${STF_SUITE:-$ZTS_DIR/zfs-tests}
Upload File
Create Folder