Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/etc there is no more makewhatis
details: https://anonhg.NetBSD.org/src/rev/2519cb465fd0
branches: trunk
changeset: 336514:2519cb465fd0
user: christos <christos%NetBSD.org@localhost>
date: Wed Mar 04 14:54:38 2015 +0000
description:
there is no more makewhatis
diffstat:
etc/defaults/weekly.conf | 3 +--
etc/weekly | 13 +------------
2 files changed, 2 insertions(+), 14 deletions(-)
diffs (44 lines):
diff -r 96d261749961 -r 2519cb465fd0 etc/defaults/weekly.conf
--- a/etc/defaults/weekly.conf Wed Mar 04 13:34:49 2015 +0000
+++ b/etc/defaults/weekly.conf Wed Mar 04 14:54:38 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: weekly.conf,v 1.4 2012/02/07 19:13:30 joerg Exp $
+# $NetBSD: weekly.conf,v 1.5 2015/03/04 14:54:38 christos Exp $
#
# /etc/defaults/weekly.conf --
# default configuration of /etc/weekly.conf
@@ -10,5 +10,4 @@
#
rebuild_locatedb=YES
-rebuild_whatisdb=NO
rebuild_mandb=YES
diff -r 96d261749961 -r 2519cb465fd0 etc/weekly
--- a/etc/weekly Wed Mar 04 13:34:49 2015 +0000
+++ b/etc/weekly Wed Mar 04 14:54:38 2015 +0000
@@ -1,6 +1,6 @@
#!/bin/sh -
#
-# $NetBSD: weekly,v 1.29 2012/08/29 20:34:19 wiz Exp $
+# $NetBSD: weekly,v 1.30 2015/03/04 14:54:38 christos Exp $
# from: @(#)weekly 8.2 (Berkeley) 1/2/94
#
@@ -79,17 +79,6 @@
fi
fi
-if checkyesno rebuild_whatisdb; then
- echo ""
- if [ -x /usr/libexec/makewhatis -a \( -f /etc/man.conf \
- -o -d /usr/share/man \) ]; then
- echo "Rebuilding whatis databases:"
- nice -n 5 /usr/libexec/makewhatis -f
- else
- echo "Not rebuilding whatis databases"
- fi
-fi
-
if checkyesno rebuild_mandb; then
echo ""
if [ -f /etc/man.conf -a -x /usr/sbin/makemandb ]; then
Home |
Main Index |
Thread Index |
Old Index