summaryrefslogtreecommitdiffstats
path: root/usr.bin/locate/locate/locate.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/locate/locate/locate.c')
-rw-r--r--usr.bin/locate/locate/locate.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/locate/locate/locate.c b/usr.bin/locate/locate/locate.c
index b0faefb..3a87b14 100644
--- a/usr.bin/locate/locate/locate.c
+++ b/usr.bin/locate/locate/locate.c
@@ -292,7 +292,9 @@ search_mmap(db, s)
err(1, "`%s'", db);
len = sb.st_size;
if (len < (2*NBG))
- errx(1, "database too small: %s", db);
+ errx(1,
+ "database too small: %s\nRun /usr/libexec/locate.updatedb",
+ db);
if ((p = mmap((caddr_t)0, (size_t)len,
PROT_READ, MAP_SHARED,
OpenPOWER on IntegriCloud