summaryrefslogtreecommitdiff
path: root/etc/daily
diff options
context:
space:
mode:
authorDan Harnett <danh@cvs.openbsd.org>2002-09-12 02:36:32 +0000
committerDan Harnett <danh@cvs.openbsd.org>2002-09-12 02:36:32 +0000
commit76b6b777f9cb5ccceb0620de7b2b1040c4da39df (patch)
tree991b2d6a6c063bb6773783c0b8574e98b90856f8 /etc/daily
parentd866bdae4cc7f01926c91096fd9689068f37a3ba (diff)
have df only display statistics about local filesystems (-l flag)
ok millert@
Diffstat (limited to 'etc/daily')
-rw-r--r--etc/daily4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/daily b/etc/daily
index 9dc4bc1ffb3..07d6cb15dd6 100644
--- a/etc/daily
+++ b/etc/daily
@@ -1,6 +1,6 @@
#!/bin/sh -
#
-# $OpenBSD: daily,v 1.39 2001/11/19 03:03:33 deraadt Exp $
+# $OpenBSD: daily,v 1.40 2002/09/12 02:36:31 danh Exp $
# From: @(#)daily 8.2 (Berkeley) 1/25/94
#
PATH=/bin:/usr/bin:/sbin:/usr/sbin:/usr/local/bin
@@ -119,7 +119,7 @@ echo ""
echo "Checking subsystem status:"
echo ""
echo "disks:"
-df -k
+df -kl
echo ""
dump W
echo ""