Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-4]: src/etc Bring branch up to head revision 1.8.
details: https://anonhg.NetBSD.org/src/rev/e7230b8a4c35
branches: netbsd-1-4
changeset: 468232:e7230b8a4c35
user: cjs <cjs%NetBSD.org@localhost>
date: Thu Apr 15 12:29:35 1999 +0000
description:
Bring branch up to head revision 1.8.
diffstat:
etc/rc.subr | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
diffs (19 lines):
diff -r 5d44d96275dd -r e7230b8a4c35 etc/rc.subr
--- a/etc/rc.subr Thu Apr 15 12:22:18 1999 +0000
+++ b/etc/rc.subr Thu Apr 15 12:29:35 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.7.2.1 1999/04/15 12:29:35 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