Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Aug 2003 23:29:33 -0700 (PDT)
From:      Mike Makonnen <mtm@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/etc/defaults rc.conf src/etc/rc.d jail
Message-ID:  <200308240629.h7O6TXp1004759@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
mtm         2003/08/23 23:29:33 PDT

  FreeBSD src repository

  Modified files:
    etc/defaults         rc.conf 
    etc/rc.d             jail 
  Log:
  Enhance the jail start/stop script.
  o The following additional configuration attributes of a jail can be
    controlled from rc.conf:
          - mounting devfs(5)
          - mounting fdescfs(5)
          - mounting procfs(5)
          - custom devfs(8) ruleset
            If no ruleset is specified, the default jail ruleset is used.
  
  o The output of executing /etc/rc in the jail is now redirected
    to /dev/null. Instead, the hostname of the jail is echoed if
    the jail(8) command exited successfully. If the output is wanted
    it can probably be redirected to a file (/var/run/$jail maybe)
    instead of /dev/null.
  
  Submitted by:   Scot W. Hetzel <hetzels@westbend.net>
                  with modifications by Jens Rehsack <rehsack@liwing.de>
                  and me.
  
  Revision  Changes    Path
  1.187     +24 -5     src/etc/defaults/rc.conf
  1.6       +100 -10   src/etc/rc.d/jail



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