Current-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: Running makemandb on every boot
Date: Mon, 19 May 2014 18:07:31 +0200
From: Joerg Sonnenberger <joerg%britannica.bec.de@localhost>
Message-ID: <20140519160731.GA9026%britannica.bec.de@localhost>
| Doesn't work, it could be a file that didn't exist on the last run.
| Consider running pkg_add.
The cmd was ...
man -p | while read d
do
echo checking $d
find $d -cnewer /var/db/man.db | wc -l
done
Note the -cnewer ... pkg_add cannot make that less than when the package
was inatalled, if that happened after the last build of man.db, the find
will locate it.
kre
Home |
Main Index |
Thread Index |
Old Index