Module Name:    src
Committed By:   riz
Date:           Mon Apr  9 18:05:29 UTC 2012

Modified Files:
        src/etc [netbsd-6]: rc.subr

Log Message:
Pull up following revision(s) (requested by apb in ticket #170):
        etc/rc.subr: revision 1.89
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.88.4.1 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.88.4.1
--- src/etc/rc.subr:1.88	Thu Aug 11 22:52:47 2011
+++ src/etc/rc.subr	Mon Apr  9 18:05:28 2012
@@ -1,4 +1,4 @@
-# $NetBSD: rc.subr,v 1.88 2011/08/11 22:52:47 apb Exp $
+# $NetBSD: rc.subr,v 1.88.4.1 2012/04/09 18:05:28 riz 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