diff options
author | ben <ben@FreeBSD.org> | 2001-07-05 01:47:23 +0800 |
---|---|---|
committer | ben <ben@FreeBSD.org> | 2001-07-05 01:47:23 +0800 |
commit | bf13511bde8d2b2fafe553f91e6ef314ccafa3f5 (patch) | |
tree | d8022ba50daf74259c79ccf1bf57110c5b02220e /sysutils | |
parent | 8d5a9d645f3fac2af91bacf2d1062548290f3dfc (diff) | |
download | freebsd-ports-gnome-bf13511bde8d2b2fafe553f91e6ef314ccafa3f5.tar.gz freebsd-ports-gnome-bf13511bde8d2b2fafe553f91e6ef314ccafa3f5.tar.zst freebsd-ports-gnome-bf13511bde8d2b2fafe553f91e6ef314ccafa3f5.zip |
Exclude acd*, cd*, and md* from being checked by default.
Diffstat (limited to 'sysutils')
-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 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. # |