PERFORCE change 37034 for review

Chris Vance cvance at FreeBSD.org
Wed Aug 27 19:52:57 GMT 2003


http://perforce.freebsd.org/chv.cgi?CH=37034

Change 37034 by cvance at 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;
To Unsubscribe: send mail to majordomo at trustedbsd.org
with "unsubscribe trustedbsd-cvs" in the body of the message



More information about the trustedbsd-cvs mailing list