K 10 svn:author V 3 mux K 8 svn:date V 27 2004-11-23T20:09:58.000000Z K 7 svn:log V 366 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 END