Source-Changes-HG archive

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

[src/netbsd-1-4]: src/sys/arch/sun3/conf Apply patch (requested by he):



details:   https://anonhg.NetBSD.org/src/rev/31637967091f
branches:  netbsd-1-4
changeset: 470655:31637967091f
user:      he <he%NetBSD.org@localhost>
date:      Sat Jun 03 15:21:53 2000 +0000

description:
Apply patch (requested by he):
  Disable the UNION file system, to avoid a repeat of the 1.4.1
  and 1.4.2 LAST_MINUTE changes.  It is reportedly buggy, and can
  be used by ordinary users to crash the system.

diffstat:

 sys/arch/sun3/conf/GENERIC3X |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r bac2a2ec5a28 -r 31637967091f sys/arch/sun3/conf/GENERIC3X
--- a/sys/arch/sun3/conf/GENERIC3X      Sat Jun 03 15:20:30 2000 +0000
+++ b/sys/arch/sun3/conf/GENERIC3X      Sat Jun 03 15:21:53 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC3X,v 1.24.2.2 2000/02/29 23:45:27 he Exp $
+# $NetBSD: GENERIC3X,v 1.24.2.3 2000/06/03 15:21:53 he Exp $
 
 # GENERIC Sun3X (3/80, 3/470)
 # Supports root on: ie0, le0, sd*, ...
@@ -57,7 +57,7 @@
 file-system    KERNFS          # /kern
 file-system    NULLFS          # loopback file system
 file-system    PROCFS          # /proc
-file-system    UNION           # union file system
+#file-system   UNION           # union file system
 file-system    MFS             # memory-based filesystem
 
 options        NFSSERVER       # nfs server support



Home | Main Index | Thread Index | Old Index