Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 03 Jul 2005 01:02:32 -0000
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
Message-ID:  <200501171151.j0HBp17b045974@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
keramida    2005-01-17 11:51:01 UTC

  FreeBSD src repository (doc committer)

  Modified files:        (Branch: RELENG_5)
    etc                  rc.subr 
    etc/defaults         rc.conf 
    etc/rc.d             tmp var 
  Log:
  MFC: defaults/rc.conf   -> 1.230, 1.231
       rc.subr            -> 1.32, 1.33
       rc.d/tmp           -> 1.35
       rc.d/var           -> 1.35
  
  Fix a minor, cosmetic typo of `rc.subr'.
  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.
  
  Revision    Changes    Path
  1.212.2.10  +2 -0      src/etc/defaults/rc.conf
  1.32.2.3    +2 -2      src/etc/rc.d/tmp
  1.32.2.3    +2 -2      src/etc/rc.d/var
  1.31.2.1    +4 -4      src/etc/rc.subr




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