diff options
author | ben <ben@FreeBSD.org> | 2001-07-04 17:47:23 +0000 |
---|---|---|
committer | ben <ben@FreeBSD.org> | 2001-07-04 17:47:23 +0000 |
commit | bf13511bde8d2b2fafe553f91e6ef314ccafa3f5 (patch) | |
tree | d8022ba50daf74259c79ccf1bf57110c5b02220e | |
parent | 8d5a9d645f3fac2af91bacf2d1062548290f3dfc (diff) | |
download | FreeBSD-ports-bf13511bde8d2b2fafe553f91e6ef314ccafa3f5.zip FreeBSD-ports-bf13511bde8d2b2fafe553f91e6ef314ccafa3f5.tar.gz |
Exclude acd*, cd*, and md* from being checked by default.
-rw-r--r-- | sysutils/diskcheckd/files/diskcheckd.conf | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sysutils/diskcheckd/files/diskcheckd.conf b/sysutils/diskcheckd/files/diskcheckd.conf index a3f8d2a..e6ae644 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. # |