Source-Changes-HG archive

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

[src/trunk]: src/distrib/utils/sysinst Don't enable WAPBL by default. It's fa...



details:   https://anonhg.NetBSD.org/src/rev/730753a51222
branches:  trunk
changeset: 782799:730753a51222
user:      jakllsch <jakllsch%NetBSD.org@localhost>
date:      Tue Nov 20 20:17:43 2012 +0000

description:
Don't enable WAPBL by default. It's far too dangerous.

diffstat:

 distrib/utils/sysinst/bsddisklabel.c |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 8396951a67f6 -r 730753a51222 distrib/utils/sysinst/bsddisklabel.c
--- a/distrib/utils/sysinst/bsddisklabel.c      Tue Nov 20 20:16:03 2012 +0000
+++ b/distrib/utils/sysinst/bsddisklabel.c      Tue Nov 20 20:17:43 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: bsddisklabel.c,v 1.56 2011/05/30 14:20:48 joerg Exp $  */
+/*     $NetBSD: bsddisklabel.c,v 1.57 2012/11/20 20:17:43 jakllsch Exp $       */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -126,9 +126,8 @@
                }
                strlcpy(p->pi_mount, mountpt, sizeof p->pi_mount);
                p->pi_flags |= PIF_MOUNT;
-               /* Default to logging, UFS2. */
+               /* Default to UFS2. */
                if (p->pi_fstype == FS_BSDFFS) {
-                       p->pi_flags |= PIF_LOG;
 #ifdef DEFAULT_UFS2
 #ifndef HAVE_UFS2_BOOT
                        if (strcmp(mountpt, "/") != 0)



Home | Main Index | Thread Index | Old Index