Source-Changes-HG archive

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

[src/trunk]: src/etc stylistic nit: dump -W, not dump W



details:   https://anonhg.NetBSD.org/src/rev/b13bfda720db
branches:  trunk
changeset: 516430:b13bfda720db
user:      perry <perry%NetBSD.org@localhost>
date:      Tue Oct 23 17:34:53 2001 +0000

description:
stylistic nit: dump -W, not dump W

diffstat:

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

diffs (20 lines):

diff -r d784e7c65013 -r b13bfda720db etc/daily
--- a/etc/daily Tue Oct 23 17:32:35 2001 +0000
+++ b/etc/daily Tue Oct 23 17:34:53 2001 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh -
 #
-#      $NetBSD: daily,v 1.39 2001/10/09 05:28:42 veego Exp $
+#      $NetBSD: daily,v 1.40 2001/10/23 17:34:53 perry Exp $
 #      @(#)daily       8.2 (Berkeley) 1/25/94
 #
 
@@ -140,7 +140,7 @@
 
 if checkyesno check_disks; then
        df -k > $TMP 
-       dump W > $TMP2
+       dump -W > $TMP2
        if [ -s $TMP -o -s $TMP2 ]; then
                echo ""
                echo "Checking subsystem status:"



Home | Main Index | Thread Index | Old Index