diff options
author | Alex Feldman <alex@cvs.openbsd.org> | 1999-09-19 23:15:29 +0000 |
---|---|---|
committer | Alex Feldman <alex@cvs.openbsd.org> | 1999-09-19 23:15:29 +0000 |
commit | 454e745a2e73af6df57965ed88329742375aee15 (patch) | |
tree | a37dc245ffea9d565c516d04db0733a96146ac7e | |
parent | f7405b1eb7d0cec3f7b6af9a87fc95f10508dba4 (diff) |
Rebuild whatis databases.
-rw-r--r-- | etc/weekly | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/etc/weekly b/etc/weekly index 250061cdb81..43110ed558f 100644 --- a/etc/weekly +++ b/etc/weekly @@ -1,6 +1,6 @@ #!/bin/sh - # -# $OpenBSD: weekly,v 1.9 1999/08/04 17:55:16 mickey Exp $ +# $OpenBSD: weekly,v 1.10 1999/09/19 23:15:28 alex Exp $ # PATH=/bin:/sbin:/usr/sbin:/usr/bin:/usr/libexec @@ -40,3 +40,7 @@ if [ -f /var/db/locate.database ]; then else echo "Not rebuilding locate database; no /var/db/locate.database" fi + +echo "" +echo "Rebuilding whatis databases:" +makewhatis |