Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Nov 2004 20:09:58 +0000 (UTC)
From:      Maxime Henrion <mux@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:  <200411232009.iANK9w8G066191@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@le-hen.org>
  
  Revision  Changes    Path
  1.232     +2 -0      src/etc/defaults/rc.conf
  1.18      +19 -0     src/etc/rc.d/jail



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