003 File Manager
Current Path:
/usr/src/tests/sys/geom/class/raid3
usr
/
src
/
tests
/
sys
/
geom
/
class
/
raid3
/
📁
..
📄
10_test.sh
(797 B)
📄
11_test.sh
(797 B)
📄
12_test.sh
(929 B)
📄
1_test.sh
(590 B)
📄
2_test.sh
(794 B)
📄
3_test.sh
(878 B)
📄
4_test.sh
(861 B)
📄
5_test.sh
(859 B)
📄
6_test.sh
(976 B)
📄
7_test.sh
(1.13 KB)
📄
8_test.sh
(1010 B)
📄
9_test.sh
(1.16 KB)
📄
Makefile
(475 B)
📄
Makefile.depend
(176 B)
📄
conf.sh
(259 B)
Editing: conf.sh
#!/bin/sh # $FreeBSD$ name="$(mktemp -u graid3.XXXXXX)" class="raid3" base=`basename $0` graid3_test_cleanup() { [ -c /dev/$class/$name ] && graid3 stop $name geom_test_cleanup } trap graid3_test_cleanup ABRT EXIT INT TERM . `dirname $0`/../geom_subr.sh
Upload File
Create Folder