Source-Changes-HG archive

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

[src/trunk]: src/etc Watching inode usage is important, too.



details:   https://anonhg.NetBSD.org/src/rev/181839c91d6d
branches:  trunk
changeset: 517999:181839c91d6d
user:      atatat <atatat%NetBSD.org@localhost>
date:      Fri Nov 23 04:20:27 2001 +0000

description:
Watching inode usage is important, too.

diffstat:

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

diffs (20 lines):

diff -r 3e4f2a5ad0b1 -r 181839c91d6d etc/daily
--- a/etc/daily Fri Nov 23 01:16:27 2001 +0000
+++ b/etc/daily Fri Nov 23 04:20:27 2001 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh -
 #
-#      $NetBSD: daily,v 1.41 2001/10/23 18:39:03 perry Exp $
+#      $NetBSD: daily,v 1.42 2001/11/23 04:20:27 atatat Exp $
 #      @(#)daily       8.2 (Berkeley) 1/25/94
 #
 
@@ -139,7 +139,7 @@
 fi
 
 if checkyesno check_disks; then
-       df -k > $TMP 
+       df -ki > $TMP 
        dump -W > $TMP2
        if [ -s $TMP -o -s $TMP2 ]; then
                echo ""



Home | Main Index | Thread Index | Old Index