Source-Changes-HG archive

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

[src/trunk]: src/etc When checking local status, jJust ignore not-found files...



details:   https://anonhg.NetBSD.org/src/rev/e5bb3e5f7935
branches:  trunk
changeset: 471843:e5bb3e5f7935
user:      cjs <cjs%NetBSD.org@localhost>
date:      Tue Apr 13 02:15:49 1999 +0000

description:
When checking local status, jJust ignore not-found filesystems, rather
than printing an error, just as we do when we try to mount it.

diffstat:

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

diffs (19 lines):

diff -r 40e85a10327a -r e5bb3e5f7935 etc/rc.subr
--- a/etc/rc.subr       Tue Apr 13 00:40:07 1999 +0000
+++ b/etc/rc.subr       Tue Apr 13 02:15:49 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: rc.subr,v 1.7 1999/04/01 03:58:44 cjs Exp $
+#      $NetBSD: rc.subr,v 1.8 1999/04/13 02:15:49 cjs Exp $
 # functions used by various rc scripts
 
 #
@@ -72,8 +72,6 @@
                        esac
                fi
        done < $fstab
-       # We didn't find the FS. Return local to show error as
-       # early in boot sequence as possible.
-       echo "WARNING: islocalfs() in rc.subr doesn't recognise fstype $fs"
+       # Quietly ignore not-found filesystems.
        return 1;
 }



Home | Main Index | Thread Index | Old Index