svn commit: r187434 - stable/7/sys/amd64/conf

Robert Watson rwatson at FreeBSD.org
Mon Jan 19 07:55:15 PST 2009


On Mon, 19 Jan 2009, Maxim Sobolev wrote:

> Author: sobomax
> Date: Mon Jan 19 15:36:25 2009
> New Revision: 187434
> URL: http://svn.freebsd.org/changeset/base/187434
>
> Log:
>  MFC: take NTFS option out to match i386 GENERIC.

Are you going to modify UPDATING to say that "options NTFS" will now be 
required where it wasn't previously on amd64?  Also, insta-MFC's are generally 
a bad idea, even for changes believed harmless, as they often have unexpected 
side effects.

Robert N M Watson
Computer Laboratory
University of Cambridge

>
> Modified:
>  stable/7/sys/amd64/conf/GENERIC
>
> Modified: stable/7/sys/amd64/conf/GENERIC
> ==============================================================================
> --- stable/7/sys/amd64/conf/GENERIC	Mon Jan 19 15:33:06 2009	(r187433)
> +++ stable/7/sys/amd64/conf/GENERIC	Mon Jan 19 15:36:25 2009	(r187434)
> @@ -41,7 +41,6 @@ options 	NFSCLIENT		# Network Filesystem
> options 	NFSSERVER		# Network Filesystem Server
> options 	NFSLOCKD		# Network Lock Manager
> options 	NFS_ROOT		# NFS usable as /, requires NFSCLIENT
> -options 	NTFS			# NT File System
> options 	MSDOSFS			# MSDOS Filesystem
> options 	CD9660			# ISO 9660 Filesystem
> options 	PROCFS			# Process filesystem (requires PSEUDOFS)
>


More information about the svn-src-stable-7 mailing list