cvs commit: src/etc/defaults rc.conf src/etc/rc.d jail

Mike Makonnen mtm at FreeBSD.org
Sat Aug 23 23:29:33 PDT 2003


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 at westbend.net>
                  with modifications by Jens Rehsack <rehsack at 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


More information about the cvs-src mailing list