Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Aug 2003 13:06:56 -0700 (PDT)
From:      Tom Rhodes <trhodes@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sbin/mount_msdosfs mount_msdosfs.8 mount_msdosfs.c src/sys/fs/msdosfs msdosfs_vfsops.c msdosfs_vnops.c msdosfsmount.h
Message-ID:  <200308122006.h7CK6ubC082090@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
trhodes     2003/08/12 13:06:56 PDT

  FreeBSD src repository

  Modified files:
    sbin/mount_msdosfs   mount_msdosfs.8 mount_msdosfs.c 
    sys/fs/msdosfs       msdosfs_vfsops.c msdosfs_vnops.c 
                         msdosfsmount.h 
  Log:
  Add a '-M mask' option so that users can have different
  masks for files and directories.  This should make some
  of the Midnight Commander users happy.
  
  Remove an extra ')' in the manual page.
  
  PR:             35699
  Submitted by:   Eugene Grosbein <eugen@grosbein.pp.ru> (original version)
  Tested by:      simon
  
  Revision  Changes    Path
  1.27      +16 -1     src/sbin/mount_msdosfs/mount_msdosfs.8
  1.25      +18 -4     src/sbin/mount_msdosfs/mount_msdosfs.c
  1.105     +1 -0      src/sys/fs/msdosfs/msdosfs_vfsops.c
  1.140     +3 -2      src/sys/fs/msdosfs/msdosfs_vnops.c
  1.28      +6 -2      src/sys/fs/msdosfs/msdosfsmount.h



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