summaryrefslogtreecommitdiff
path: root/sysutils/diskcheckd
diff options
context:
space:
mode:
authorBen Smithurst <ben@FreeBSD.org>2001-07-04 17:47:23 +0000
committerBen Smithurst <ben@FreeBSD.org>2001-07-04 17:47:23 +0000
commit3b9facb34e745894d0227a4f5544eacd654df676 (patch)
tree272ceb9bcaee843523bd4afc37d28f0751633409 /sysutils/diskcheckd
parent* Read 64k at a time with variable length pauses between instead of (diff)
Exclude acd*, cd*, and md* from being checked by default.
Notes
Notes: svn path=/head/; revision=44757
Diffstat (limited to 'sysutils/diskcheckd')
-rw-r--r--sysutils/diskcheckd/files/diskcheckd.conf9
1 files changed, 9 insertions, 0 deletions
diff --git a/sysutils/diskcheckd/files/diskcheckd.conf b/sysutils/diskcheckd/files/diskcheckd.conf
index a3f8d2afc511..e6ae6446f627 100644
--- a/sysutils/diskcheckd/files/diskcheckd.conf
+++ b/sysutils/diskcheckd/files/diskcheckd.conf
@@ -3,6 +3,15 @@
# Configuration file for diskcheckd, refer to the diskcheckd.conf(5) manual
# page for further information.
#
+# First, a line starting with an exclamation mark should contain only one
+# extra field which specifies disk types which should not be included in
+# wildcard expansions. By default CD-ROM drives and memory disks are
+# excluded.
+#
+!acd
+!cd
+!md
+#
# The device name may be specified as "*", in which case all devices are
# checked.
#