Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-6]: src/etc Pull up following revision(s) (requested by christos ...



details:   https://anonhg.NetBSD.org/src/rev/504c36510032
branches:  netbsd-6
changeset: 775439:504c36510032
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Sun Nov 18 19:07:00 2012 +0000

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

diffstat:

 etc/weekly |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r 48797d209183 -r 504c36510032 etc/weekly
--- a/etc/weekly        Sun Nov 18 19:05:16 2012 +0000
+++ b/etc/weekly        Sun Nov 18 19:07:00 2012 +0000
@@ -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 @@
 
 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



Home | Main Index | Thread Index | Old Index