From f3d7fdd09c69512277e88efd58c21d756c891bcd Mon Sep 17 00:00:00 2001 From: schwarze <> Date: Fri, 18 Apr 2014 10:00:48 +0000 Subject: [PATCH] Switch to the new makewhatis(8)/apropos(1)/whatis(1) combo. "commit the switch now" espie@ "go for it" deraadt@ See the apropos(1) manual for a description of what's new. On machines where you want the full functionality, run "sudo makewhatis" and put "MAKEWHATISARGS=' '" into weekly.local(8). Otherwise, when upgrading via source, run "sudo makewhatis -Q". --- src/etc/weekly | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/etc/weekly b/src/etc/weekly index 9e5585aa..97d09adc 100644 --- a/src/etc/weekly +++ b/src/etc/weekly @@ -1,5 +1,5 @@ # -# $OpenBSD: weekly,v 1.25 2011/07/07 23:09:46 guenther Exp $ +# $OpenBSD: weekly,v 1.26 2014/04/18 10:00:48 schwarze Exp $ # # For local additions, create the file /etc/weekly.local. # To get section headers, use the function next_part in weekly.local. @@ -63,7 +63,7 @@ if [ -f /var/db/locate.database ]; then fi next_part "Rebuilding whatis databases:" -/usr/libexec/makewhatis +/usr/sbin/makewhatis ${MAKEWHATISARGS:--Q} next_part "Doing login accounting:" [ "X$LOGINACCOUNTING" = X1 ] && {