add ptyfs to the list of file systems that don't get put into the

nightly df listing
This commit is contained in:
perry 2009-03-29 16:04:15 +00:00
parent 21caef1598
commit b2595274cc

View File

@ -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 @@ fi
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