Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/etc Use new makemandb -Q flag to be really quiet.
details: https://anonhg.NetBSD.org/src/rev/d5a2404d239b
branches: trunk
changeset: 781265:d5a2404d239b
user: wiz <wiz%NetBSD.org@localhost>
date: Wed Aug 29 20:34:18 2012 +0000
description:
Use new makemandb -Q flag to be really quiet.
diffstat:
etc/daily | 4 ++--
etc/rc.d/makemandb | 4 ++--
etc/weekly | 4 ++--
3 files changed, 6 insertions(+), 6 deletions(-)
diffs (60 lines):
diff -r b436a05b40c1 -r d5a2404d239b etc/daily
--- a/etc/daily Wed Aug 29 20:33:01 2012 +0000
+++ b/etc/daily Wed Aug 29 20:34:18 2012 +0000
@@ -1,6 +1,6 @@
#!/bin/sh -
#
-# $NetBSD: daily,v 1.86 2012/08/03 10:52:46 christos Exp $
+# $NetBSD: daily,v 1.87 2012/08/29 20:34:18 wiz Exp $
# @(#)daily 8.2 (Berkeley) 1/25/94
#
@@ -304,7 +304,7 @@
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 -q)
+ (umask 022; nice -n 5 /usr/sbin/makemandb -Q)
fi
fi
diff -r b436a05b40c1 -r d5a2404d239b etc/rc.d/makemandb
--- a/etc/rc.d/makemandb Wed Aug 29 20:33:01 2012 +0000
+++ b/etc/rc.d/makemandb Wed Aug 29 20:34:18 2012 +0000
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# $NetBSD: makemandb,v 1.3 2012/06/17 02:13:13 isaki Exp $
+# $NetBSD: makemandb,v 1.4 2012/08/29 20:34:19 wiz Exp $
#
# PROVIDE: makemandb
@@ -18,7 +18,7 @@
makemandb_start()
{
# Initiate update build in the background
- nice -n 5 /usr/sbin/makemandb -q > /dev/null 2>&1 &
+ nice -n 5 /usr/sbin/makemandb -Q > /dev/null 2>&1 &
}
load_rc_config $name
diff -r b436a05b40c1 -r d5a2404d239b etc/weekly
--- a/etc/weekly Wed Aug 29 20:33:01 2012 +0000
+++ b/etc/weekly Wed Aug 29 20:34:18 2012 +0000
@@ -1,6 +1,6 @@
#!/bin/sh -
#
-# $NetBSD: weekly,v 1.28 2012/07/31 12:11:50 jdf Exp $
+# $NetBSD: weekly,v 1.29 2012/08/29 20:34:19 wiz Exp $
# from: @(#)weekly 8.2 (Berkeley) 1/2/94
#
@@ -94,7 +94,7 @@
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 -q)
+ (umask 022; nice -n 5 /usr/sbin/makemandb -f -Q)
else
echo "Not rebuilding man page index"
fi
Home |
Main Index |
Thread Index |
Old Index