Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/etc/daily,v rcsdiff: /ftp/cvs/cvsroot/src/etc/daily,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.70 retrieving revision 1.71 diff -u -p -r1.70 -r1.71 --- src/etc/daily 2007/06/06 13:30:47 1.70 +++ src/etc/daily 2008/08/30 10:53:22 1.71 @@ -1,6 +1,6 @@ #!/bin/sh - # -# $NetBSD: daily,v 1.70 2007/06/06 13:30:47 martti Exp $ +# $NetBSD: daily,v 1.71 2008/08/30 10:53:22 bouyer Exp $ # @(#)daily 8.2 (Berkeley) 1/25/94 # @@ -228,7 +228,7 @@ fi if checkyesno run_fsck; then echo "" echo "Checking filesystems:" - fsck -n -f | grep -v '^\*\* Phase' + fsck -n -f ${run_fsck_flags} | grep -v '^\*\* Phase' fi echo ""