cvs commit: src/sbin/newfs mkfs.c newfs.8 newfs.c newfs.h

Wes Peters wes at FreeBSD.org
Fri Jan 21 14:20:26 PST 2005


wes         2005-01-21 22:20:25 UTC

  FreeBSD src repository

  Modified files:
    sbin/newfs           mkfs.c newfs.8 newfs.c newfs.h 
  Log:
  Add an option to suppress the creation of the .snap directory in
  the new filesystem.  This is intended for memory and vnode filesystems
  that will never be fsck'ed or dumped.
  
  Obtained from:  St. Bernard Software RAPID
  MFC after:      2 weeks
  
  Revision  Changes    Path
  1.87      +38 -30    src/sbin/newfs/mkfs.c
  1.68      +16 -1     src/sbin/newfs/newfs.8
  1.79      +5 -1      src/sbin/newfs/newfs.c
  1.17      +1 -0      src/sbin/newfs/newfs.h


More information about the cvs-src mailing list