jail毎のfstab(5)ファイルを実装しました

追加

#jail_example_mount_enable="NO"
mount/umount jail's fs
#jail_example_fstab=""
fstab(5) for mount/umount

commit log

Implement per-jail fstab(5) files. Here's a rc.conf sample using this feature for a jail named foo:
jail毎のfstab(5)ファイルを実装しました。ここに、この機能を使用しているfooと言うjailのためのrc.confサンプルを示します:

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.
どれも指定されない場合、デフォルトでfstabファイルとして「/etc/fstab.$jailname」を使用するコードにより、2行目は実際には意味をなしません。

MFC after
3 days
Submitted by
Jeremie Le Hen

$FreeBSD: src/etc/defaults/rc.conf,v 1.232 2004/11/23 20:09:58 mux Exp $
$FreeBSD: src/etc/defaults/rc.conf,v 1.212.2.7 2004/12/10 14:18:52 rse Exp $