diff options
author | jhb <jhb@FreeBSD.org> | 2007-07-19 21:00:08 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2007-07-19 21:00:08 +0000 |
commit | 6c9872b62a271bf12611abfee669a19266a2bae6 (patch) | |
tree | 9cbabea8ddf52fe0f8840cefbd02aaf141f7c80d /usr.bin/locate | |
parent | e2ebe96ef43cd5234fb4d26bfa327fae4662ee16 (diff) | |
download | FreeBSD-src-6c9872b62a271bf12611abfee669a19266a2bae6.zip FreeBSD-src-6c9872b62a271bf12611abfee669a19266a2bae6.tar.gz |
Update the default FILESYSTEMS value in a comment to note that ext2fs is
included in the default list in the locate.updatedb script.
Approved by: re (bmah)
Inspired by: mwlucas
Diffstat (limited to 'usr.bin/locate')
-rw-r--r-- | usr.bin/locate/locate/locate.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/locate/locate/locate.rc b/usr.bin/locate/locate/locate.rc index dee3a07..2d0f033 100644 --- a/usr.bin/locate/locate/locate.rc +++ b/usr.bin/locate/locate/locate.rc @@ -23,4 +23,4 @@ # an empty database. # # be careful if you add 'nfs' -#FILESYSTEMS="ufs" +#FILESYSTEMS="ufs ext2fs" |