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