Module Name:    src
Committed By:   perry
Date:           Sun Mar 29 16:04:15 UTC 2009

Modified Files:
        src/etc: daily

Log Message:
add ptyfs to the list of file systems that don't get put into the
nightly df listing


To generate a diff of this commit:
cvs rdiff -u -r1.71 -r1.72 src/etc/daily

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/etc/daily
diff -u src/etc/daily:1.71 src/etc/daily:1.72
--- src/etc/daily:1.71	Sat Aug 30 10:53:22 2008
+++ src/etc/daily	Sun Mar 29 16:04:15 2009
@@ -1,6 +1,6 @@
 #!/bin/sh -
 #
-#	$NetBSD: daily,v 1.71 2008/08/30 10:53:22 bouyer Exp $
+#	$NetBSD: daily,v 1.72 2009/03/29 16:04:15 perry Exp $
 #	@(#)daily	8.2 (Berkeley) 1/25/94
 #
 
@@ -146,9 +146,9 @@
 
 if checkyesno check_disks; then
 	if checkyesno show_remote_fs; then
-		df -hi -t nokernfs,procfs,null,fdesc > $TMP
+		df -hi -t nokernfs,procfs,ptyfs,null,fdesc > $TMP
 	else
-		df -hil -t nokernfs,procfs,null,fdesc > $TMP
+		df -hil -t nokernfs,procfs,ptyfs,null,fdesc > $TMP
 	fi
 	if [ -s /etc/dumpdates ] ; then
 		dump -W > $TMP2

Reply via email to