Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 May 2001 10:10:47 -0700 (PDT)
From:      Ruslan Ermilov <ru@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/modules/msdosfs Makefile
Message-ID:  <200105281710.f4SHAlx82809@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
ru          2001/05/28 10:10:47 PDT

  Modified files:
    sys/modules/msdosfs  Makefile 
  Log:
  Name this module msdos.ko so that mount_msdos(8) can autoload
  it with vfsload("msdos").
  
  (The proper fix would be to rename the `msdos' file system to
  `msdosfs' in VFS_SET(), and mount_msdos(8) to mount_msdosfs(8).
  But that would break too many existing fstab(5) setups, and
  would require a lot of unnecessary documentation and code
  msdos -> msdosfs changes.)
  
  Noticed by:	markm
  
  Revision  Changes    Path
  1.16      +2 -2      src/sys/modules/msdosfs/Makefile


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200105281710.f4SHAlx82809>