Module Name: src
Committed By: jdf
Date: Mon Jul 30 22:13:38 UTC 2012
Modified Files:
src/etc: daily
Log Message:
Call `makemandb -q` instead of `makemandb`, as proposed by Edgar Fuss on
tech-userlevel on 20th of July 2012, 12:38.
To generate a diff of this commit:
cvs rdiff -u -r1.83 -r1.84 src/etc/daily
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/etc/daily
diff -u src/etc/daily:1.83 src/etc/daily:1.84
--- src/etc/daily:1.83 Mon Jul 30 17:09:33 2012
+++ src/etc/daily Mon Jul 30 22:13:38 2012
@@ -1,6 +1,6 @@
#!/bin/sh -
#
-# $NetBSD: daily,v 1.83 2012/07/30 17:09:33 christos Exp $
+# $NetBSD: daily,v 1.84 2012/07/30 22:13:38 jdf Exp $
# @(#)daily 8.2 (Berkeley) 1/25/94
#
@@ -304,7 +304,7 @@ if checkyesno run_makemandb; then
if [ -f /etc/man.conf -a -x /usr/sbin/makemandb ]; then
echo ""
echo "Updating man page index:"
- (umask 022; nice -n 5 /usr/sbin/makemandb)
+ (umask 022; nice -n 5 /usr/sbin/makemandb -q)
fi
fi