Module Name:    src
Committed By:   christos
Date:           Wed Mar  4 14:54:38 UTC 2015

Modified Files:
        src/etc: weekly
        src/etc/defaults: weekly.conf

Log Message:
there is no more makewhatis


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 src/etc/weekly
cvs rdiff -u -r1.4 -r1.5 src/etc/defaults/weekly.conf

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.29 src/etc/weekly:1.30
--- src/etc/weekly:1.29	Wed Aug 29 16:34:19 2012
+++ src/etc/weekly	Wed Mar  4 09:54:38 2015
@@ -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 @@ if checkyesno rebuild_locatedb; then
 	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

Index: src/etc/defaults/weekly.conf
diff -u src/etc/defaults/weekly.conf:1.4 src/etc/defaults/weekly.conf:1.5
--- src/etc/defaults/weekly.conf:1.4	Tue Feb  7 14:13:30 2012
+++ src/etc/defaults/weekly.conf	Wed Mar  4 09:54:38 2015
@@ -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

Reply via email to