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

Maxime Henrion mux at FreeBSD.org
Tue Nov 23 12:09:59 PST 2004


mux         2004-11-23 20:09:58 UTC

  FreeBSD src repository

  Modified files:
    etc/defaults         rc.conf 
    etc/rc.d             jail 
  Log:
  Implement per-jail fstab(5) files.  Here's a rc.conf sample using
  this feature for a jail named foo :
  
  jail_foo_mount_enable="YES"
  jail_foo_fstab="/etc/fstab.foo"
  
  The second line is actually useless, since the code defaults to
  using "/etc/fstab.$jailname" as the fstab file if none is specified.
  
  MFC after:      3 days
  Submitted by:   Jeremie Le Hen <jeremie at le-hen.org>
  
  Revision  Changes    Path
  1.232     +2 -0      src/etc/defaults/rc.conf
  1.18      +19 -0     src/etc/rc.d/jail


More information about the cvs-all mailing list