[BACK]Return to daily CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / etc

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

Diff for /src/etc/daily between version 1.70 and 1.71

version 1.70, 2007/06/06 13:30:47 version 1.71, 2008/08/30 10:53:22
Line 228  fi
Line 228  fi
 if checkyesno run_fsck; then  if checkyesno run_fsck; then
         echo ""          echo ""
         echo "Checking filesystems:"          echo "Checking filesystems:"
         fsck -n -f | grep -v '^\*\* Phase'          fsck -n -f ${run_fsck_flags} | grep -v '^\*\* Phase'
 fi  fi
   
 echo ""  echo ""

Legend:
Removed from v.1.70  
changed lines
  Added in v.1.71

CVSweb <webmaster@jp.NetBSD.org>