Module Name: src
Committed By: jdf
Date: Tue Jul 31 12:11:50 UTC 2012
Modified Files:
src/etc: weekly
Log Message:
Call `makemandb -f -q` instead of `makemandb -f`, as Edgar Fu� proposed for
daily.
To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/etc/weekly
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/etc/weekly
diff -u src/etc/weekly:1.27 src/etc/weekly:1.28
--- src/etc/weekly:1.27 Sat Jun 2 15:52:24 2012
+++ src/etc/weekly Tue Jul 31 12:11:50 2012
@@ -1,6 +1,6 @@
#!/bin/sh -
#
-# $NetBSD: weekly,v 1.27 2012/06/02 15:52:24 christos Exp $
+# $NetBSD: weekly,v 1.28 2012/07/31 12:11:50 jdf Exp $
# from: @(#)weekly 8.2 (Berkeley) 1/2/94
#
@@ -94,7 +94,7 @@ if checkyesno rebuild_mandb; then
echo ""
if [ -f /etc/man.conf -a -x /usr/sbin/makemandb ]; then
echo "Rebuilding man page index:"
- (umask 022; nice -n 5 /usr/sbin/makemandb -f)
+ (umask 022; nice -n 5 /usr/sbin/makemandb -f -q)
else
echo "Not rebuilding man page index"
fi