diff options
author | 2002-09-12 02:36:31 +0000 | |
---|---|---|
committer | 2002-09-12 02:36:31 +0000 | |
commit | ebf29f370c4e1f0f19208149a88d9f4dac1b6a55 (patch) | |
tree | 06c9bf08913880d216f2c355b3e10665a3f1dcec | |
parent | configure "next" pointer correctly. from j@pureftpd.org (diff) | |
download | wireguard-openbsd-ebf29f370c4e1f0f19208149a88d9f4dac1b6a55.tar.xz wireguard-openbsd-ebf29f370c4e1f0f19208149a88d9f4dac1b6a55.zip |
have df only display statistics about local filesystems (-l flag)
ok millert@
-rw-r--r-- | etc/daily | 4 |
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 "" |