Source-Changes-HG archive

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

[src/trunk]: src/etc use -h ("human readable") instead of -k on nightly df



details:   https://anonhg.NetBSD.org/src/rev/92d76d6c727c
branches:  trunk
changeset: 556100:92d76d6c727c
user:      perry <perry%NetBSD.org@localhost>
date:      Sun Dec 07 16:20:18 2003 +0000

description:
use -h ("human readable") instead of -k on nightly df

diffstat:

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

diffs (20 lines):

diff -r 123bfd50103b -r 92d76d6c727c etc/daily
--- a/etc/daily Sun Dec 07 16:18:25 2003 +0000
+++ b/etc/daily Sun Dec 07 16:20:18 2003 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh -
 #
-#      $NetBSD: daily,v 1.50 2003/10/01 05:34:50 jhawk Exp $
+#      $NetBSD: daily,v 1.51 2003/12/07 16:20:18 perry Exp $
 #      @(#)daily       8.2 (Berkeley) 1/25/94
 #
 
@@ -140,7 +140,7 @@
 fi
 
 if checkyesno check_disks; then
-       df -ki > $TMP 
+       df -hi > $TMP 
        dump -W > $TMP2
        if [ -s $TMP -o -s $TMP2 ]; then
                echo ""



Home | Main Index | Thread Index | Old Index