003 File Manager
Current Path:
/usr/src/tests/sys/geom/class/concat
usr
/
src
/
tests
/
sys
/
geom
/
class
/
concat
/
📁
..
📄
1_test.sh
(470 B)
📄
2_test.sh
(703 B)
📄
Makefile
(252 B)
📄
Makefile.depend
(176 B)
📄
conf.sh
(266 B)
Editing: conf.sh
#!/bin/sh # $FreeBSD$ name="$(mktemp -u concat.XXXXXX)" class="concat" base=`basename $0` gconcat_test_cleanup() { [ -c /dev/$class/$name ] && gconcat destroy $name geom_test_cleanup } trap gconcat_test_cleanup ABRT EXIT INT TERM . `dirname $0`/../geom_subr.sh
Upload File
Create Folder