Module Name:    src
Committed By:   msaitoh
Date:           Sun Nov 18 19:07:00 UTC 2012

Modified Files:
        src/etc [netbsd-6]: weekly

Log Message:
Pull up following revision(s) (requested by christos in ticket #675):
        etc/weekly: revision 1.27
PR/46521: Jim Bernard: remove duplicate -o


To generate a diff of this commit:
cvs rdiff -u -r1.25.2.2 -r1.25.2.3 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.25.2.2 src/etc/weekly:1.25.2.3
--- src/etc/weekly:1.25.2.2	Wed Aug  8 14:36:55 2012
+++ src/etc/weekly	Sun Nov 18 19:07:00 2012
@@ -1,6 +1,6 @@
 #!/bin/sh -
 #
-#	$NetBSD: weekly,v 1.25.2.2 2012/08/08 14:36:55 martin Exp $
+#	$NetBSD: weekly,v 1.25.2.3 2012/11/18 19:07:00 msaitoh Exp $
 #	from: @(#)weekly	8.2 (Berkeley) 1/2/94
 #
 
@@ -81,7 +81,7 @@ fi
 
 if checkyesno rebuild_whatisdb; then
 	echo ""
-	if [ -x /usr/libexec/makewhatis -a \( -f /etc/man.conf -o \
+	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

Reply via email to