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