Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/etc The error message when /var is not a file system chhange...



details:   https://anonhg.NetBSD.org/src/rev/b8a3708b8a32
branches:  trunk
changeset: 778659:b8a3708b8a32
user:      apb <apb%NetBSD.org@localhost>
date:      Sat Apr 07 16:39:32 2012 +0000

description:
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.

diffstat:

 etc/rc.subr |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 16f621d7f999 -r b8a3708b8a32 etc/rc.subr
--- a/etc/rc.subr       Sat Apr 07 16:28:59 2012 +0000
+++ b/etc/rc.subr       Sat Apr 07 16:39:32 2012 +0000
@@ -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 @@
                                # 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 \



Home | Main Index | Thread Index | Old Index