Date: Wed, 27 Aug 2003 12:52:57 -0700 (PDT) From: Chris Vance <cvance@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 37034 for review Message-ID: <200308271952.h7RJqvmp018978@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=37034 Change 37034 by cvance@cvance_release on 2003/08/27 12:52:21 For extra suffering, make multi-label support the default for sysintall-auto-created partitions. Affected files ... .. //depot/projects/trustedbsd/sebsd/usr.sbin/sysinstall/label.c#6 edit Differences ... ==== //depot/projects/trustedbsd/sebsd/usr.sbin/sysinstall/label.c#6 (text+ko) ==== @@ -335,7 +335,7 @@ pi->newfs_type = NEWFS_UFS; strcpy(pi->newfs_data.newfs_ufs.user_options, ""); pi->newfs_data.newfs_ufs.acls = FALSE; - pi->newfs_data.newfs_ufs.multilabel = FALSE; + pi->newfs_data.newfs_ufs.multilabel = TRUE pi->newfs_data.newfs_ufs.softupdates = strcmp(mpoint, "/"); #ifdef PC98 pi->newfs_data.newfs_ufs.ufs1 = TRUE;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200308271952.h7RJqvmp018978>
