#!perl $L=join(' ', (130 .. 142)); print <<"EOM"; jail_enable="YES" jail_set_hostname_allow="YES" jail_socket_unixiproute_only="YES" jail_sysvipc_allow="NO" jail_stop_jailer="NO" jail_list="$L" EOM for $i (130 .. 142) { print << "EOM"; jail_$i\_exec="/usr/local/sbin/jailer" jail_$i\_devfs_enable="YES" # mount devfs in the jail jail_$i\_descfs_enable="YES" # mount fdescfs in the jail jail_$i\_procfs_enable="YES" # mount procfs in jail jail_$i\_devfs_ruleset="$i" # devfs ruleset to apply to jail jail_$i\_rootdir="/usr/md/172.21.16.$i" # Jail's root directory jail_$i\_hostname="j-$i.wleiden.net" # Jail's hostname jail_$i\_ip="172.21.16.$i" # Jail's IP number EOM };