Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Nov 2004 10:03:18 +0000 (UTC)
From:      Giorgos Keramidas <keramida@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/etc rc.subr src/etc/defaults rc.conf src/etc/rc.d tmp var src/share/man/man5 rc.conf.5
Message-ID:  <200411091003.iA9A3IpI003226@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
keramida    2004-11-09 10:03:18 UTC

  FreeBSD src repository (doc committer)

  Modified files:
    etc                  rc.subr 
    etc/defaults         rc.conf 
    etc/rc.d             tmp var 
    share/man/man5       rc.conf.5 
  Log:
  Add two new rc.conf options: tmpmfs_flags and varmfs_flags.
  
  These can be used to pass extra options to the mdmfs(8) utility,
  to customize the finer details of the md file system creation
  (i.e. to turn on/off softupdates, to specify a default owner for md
  filesystem, etc).
  
  Use these two new flags to mount tmpmfs and varmfs without
  softupdates, since it doesn't make much sense to use SU on
  malloc-backed file systems.
  
  Reviewed by:    mtm
  Inspired by:    J. D. Bronson, jbronson at wixb dot com
  
  Revision  Changes    Path
  1.230     +2 -0      src/etc/defaults/rc.conf
  1.35      +2 -2      src/etc/rc.d/tmp
  1.35      +2 -2      src/etc/rc.d/var
  1.32      +3 -3      src/etc/rc.subr
  1.236     +32 -0     src/share/man/man5/rc.conf.5



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