This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-dev
Watch
1
Star
0
Fork
0
You've already forked freebsd-dev
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
406d87b1c3
freebsd-dev
/
sbin
/
geom
/
class
/
mountver
/
Makefile
9 lines
103 B
Makefile
Raw
Normal View
History
Unescape
Escape
Add gmountver, disk mount verification GEOM class. Note that due to e.g. write throttling ('wdrain'), it can stall all the disk I/O instead of just the device it's configured for. Using it for removable media is therefore not a good idea. Reviewed by: pjd (earlier version)
2010-01-16 09:52:49 +00:00
# $FreeBSD$
Explicitly add more files to the 'runtime' package. Sponsored by: The FreeBSD Foundation
2016-02-09 20:19:31 +00:00
PACKAGE
=
runtime
Add gmountver, disk mount verification GEOM class. Note that due to e.g. write throttling ('wdrain'), it can stall all the disk I/O instead of just the device it's configured for. Using it for removable media is therefore not a good idea. Reviewed by: pjd (earlier version)
2010-01-16 09:52:49 +00:00
.PATH
:
${.
CURDIR
}/../../
misc
Rename the generic "CLASS" to the more specific "GEOM_CLASS". While I'm here remove redundancy and inconsistencies. Obtained from: Juniper Networks
2010-12-15 23:24:34 +00:00
GEOM_CLASS
=
mountver
Add gmountver, disk mount verification GEOM class. Note that due to e.g. write throttling ('wdrain'), it can stall all the disk I/O instead of just the device it's configured for. Using it for removable media is therefore not a good idea. Reviewed by: pjd (earlier version)
2010-01-16 09:52:49 +00:00
.
i
n
c
l
u
d
e
<
b
s
d
.
l
i
b
.
m
k
>
Reference in New Issue
Copy Permalink