Module Name:    src
Committed By:   apb
Date:           Sat Apr  7 16:39:32 UTC 2012

Modified Files:
        src/etc: rc.subr

Log Message:
The error message when /var is not a file system chhanged from
mount: unknown special file or file system `/var'
to
mount: Unknown special file or file system `/var'
so match them both.


To generate a diff of this commit:
cvs rdiff -u -r1.88 -r1.89 src/etc/rc.subr

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

Modified files:

Index: src/etc/rc.subr
diff -u src/etc/rc.subr:1.88 src/etc/rc.subr:1.89
--- src/etc/rc.subr:1.88	Thu Aug 11 22:52:47 2011
+++ src/etc/rc.subr	Sat Apr  7 16:39:32 2012
@@ -1,4 +1,4 @@
-# $NetBSD: rc.subr,v 1.88 2011/08/11 22:52:47 apb Exp $
+# $NetBSD: rc.subr,v 1.89 2012/04/07 16:39:32 apb Exp $
 #
 # Copyright (c) 1997-2011 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -152,7 +152,7 @@ mount_critical_filesystems()
 				# multiple lines can't be good,
 				# not even if $_optional is true
 				;;
-			*'unknown special file or file system'*)
+			*[uU]'nknown special file or file system'*)
 				if $_optional; then
 					# ignore this error
 					print_rc_metadata \

Reply via email to