Source-Changes-HG archive

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

[src/trunk]: src/etc PR/46521: Jim Bernard: remove duplicate -o



details:   https://anonhg.NetBSD.org/src/rev/bbce1db92799
branches:  trunk
changeset: 779541:bbce1db92799
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Jun 02 15:52:24 2012 +0000

description:
PR/46521: Jim Bernard: remove duplicate -o

diffstat:

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

diffs (20 lines):

diff -r adbd745e0b72 -r bbce1db92799 etc/weekly
--- a/etc/weekly        Sat Jun 02 14:52:28 2012 +0000
+++ b/etc/weekly        Sat Jun 02 15:52:24 2012 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh -
 #
-#      $NetBSD: weekly,v 1.26 2012/02/15 23:30:11 joerg Exp $
+#      $NetBSD: weekly,v 1.27 2012/06/02 15:52:24 christos 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