Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Aug 2006 15:06:38 +0000 (UTC)
From:      Florent Thoumie <flz@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/share/man/man5 rc.conf.5 src/etc/rc.d Makefile mdconfig mdconfig2
Message-ID:  <200608211506.k7LF6cJH001832@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
flz         2006-08-21 15:06:38 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    share/man/man5       rc.conf.5 
    etc/rc.d             Makefile 
  Added files:           (Branch: RELENG_6)
    etc/rc.d             mdconfig mdconfig2 
  Log:
  MFC:
  
    Add two new scripts (mdconfig/mdconfig2) to replace old ramdisk{,-own}
    scripts. These scripts handle vnode backed md(4) devices.
  
    Two new variables have been introduced to be able to populate the md(4)
    device once it has been mounted (mdconfig_*_files and mdconfig_*_cmd).
  
    Use should be as easy as:
  
    mdconfig_md0="-t malloc -s 10m"
    mdconfig_md1="-t vnode -f /var/foo.img"
  
    See rc.conf(5) for more information and description of the additional
    variables.
  
        src/etc/rc.d/Makefile: rev 1.71 -> 1.72
        src/etc/rc.d/mdconfig: rev 1.3
        src/etc/rc.d/mdconfig2: rev 1.3
        src/share/man/man5/rc.conf.5: rev 1.296 -> 1.297
  
  Approved by:    cperciva (mentor)
  
  Revision    Changes    Path
  1.53.2.10   +1 -1      src/etc/rc.d/Makefile
  1.3.2.1     +200 -0    src/etc/rc.d/mdconfig (new)
  1.3.2.1     +231 -0    src/etc/rc.d/mdconfig2 (new)
  1.256.2.26  +88 -1     src/share/man/man5/rc.conf.5



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