From 16a3b1f9ccf4074d4f88f566fe1039b336002b08 Mon Sep 17 00:00:00 2001 From: perry Date: Mon, 8 Dec 2003 01:17:37 +0000 Subject: [PATCH] Add back nfs partition display if show_remote_fs is on. As requested by Grant. --- etc/daily | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/etc/daily b/etc/daily index 5be0dc6fa4ba..55dbb35f4355 100644 --- a/etc/daily +++ b/etc/daily @@ -1,6 +1,6 @@ #!/bin/sh - # -# $NetBSD: daily,v 1.54 2003/12/07 22:22:15 perry Exp $ +# $NetBSD: daily,v 1.55 2003/12/08 01:17:37 perry Exp $ # @(#)daily 8.2 (Berkeley) 1/25/94 # @@ -140,7 +140,11 @@ if checkyesno check_uucp && \ fi if checkyesno check_disks; then - df -hil -t nokernfs,procfs > $TMP + if checkyesno show_remote_fs; then + df -hi -t nokernfs,procfs > $TMP + else + df -hil -t nokernfs,procfs > $TMP + fi if [ -s /etc/dumpdates ] ; then dump -W > $TMP2 fi