Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/etc add null & fdesc to the list of file system types to ski...
details: https://anonhg.NetBSD.org/src/rev/fe81d1f21366
branches: trunk
changeset: 556232:fe81d1f21366
user: lukem <lukem%NetBSD.org@localhost>
date: Wed Dec 10 09:25:36 2003 +0000
description:
add null & fdesc to the list of file system types to skip in check_disks
diffstat:
etc/daily | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (23 lines):
diff -r c8b728a404d1 -r fe81d1f21366 etc/daily
--- a/etc/daily Wed Dec 10 06:13:41 2003 +0000
+++ b/etc/daily Wed Dec 10 09:25:36 2003 +0000
@@ -1,6 +1,6 @@
#!/bin/sh -
#
-# $NetBSD: daily,v 1.55 2003/12/08 01:17:37 perry Exp $
+# $NetBSD: daily,v 1.56 2003/12/10 09:25:36 lukem Exp $
# @(#)daily 8.2 (Berkeley) 1/25/94
#
@@ -141,9 +141,9 @@
if checkyesno check_disks; then
if checkyesno show_remote_fs; then
- df -hi -t nokernfs,procfs > $TMP
+ df -hi -t nokernfs,procfs,null,fdesc > $TMP
else
- df -hil -t nokernfs,procfs > $TMP
+ df -hil -t nokernfs,procfs,null,fdesc > $TMP
fi
if [ -s /etc/dumpdates ] ; then
dump -W > $TMP2
Home |
Main Index |
Thread Index |
Old Index