From owner-cvs-all Mon May 28 10:10:57 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4621537B423; Mon, 28 May 2001 10:10:47 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4SHAlx82809; Mon, 28 May 2001 10:10:47 -0700 (PDT) (envelope-from ru) Message-Id: <200105281710.f4SHAlx82809@freefall.freebsd.org> From: Ruslan Ermilov Date: Mon, 28 May 2001 10:10:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/modules/msdosfs Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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