Module Name: src Committed By: jakllsch Date: Tue Nov 20 20:17:43 UTC 2012
Modified Files: src/distrib/utils/sysinst: bsddisklabel.c Log Message: Don't enable WAPBL by default. It's far too dangerous. To generate a diff of this commit: cvs rdiff -u -r1.56 -r1.57 src/distrib/utils/sysinst/bsddisklabel.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/distrib/utils/sysinst/bsddisklabel.c diff -u src/distrib/utils/sysinst/bsddisklabel.c:1.56 src/distrib/utils/sysinst/bsddisklabel.c:1.57 --- src/distrib/utils/sysinst/bsddisklabel.c:1.56 Mon May 30 14:20:48 2011 +++ src/distrib/utils/sysinst/bsddisklabel.c Tue Nov 20 20:17:43 2012 @@ -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 @@ save_ptn(int ptn, daddr_t start, daddr_t } 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)