mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
07e3d7237d
This port contains two scripts to easily create, manipulate and run FreeBSD jails. WWW: http://erdgeist.org/arts/software/ezjail/ PR: ports/87454 Submitted by: Dirk Engling <erdgeist@erdgeist.org>
8 lines
251 B
Plaintext
8 lines
251 B
Plaintext
etc/rc.d/ezjail.sh
|
|
bin/ezjail-admin
|
|
@dirrm etc/ezjail
|
|
|
|
@unexec if cmp -s %D/etc/ezjail.conf.sample %D/etc/ezjail.conf; then rm -f %D/etc/ezjail.conf; fi
|
|
etc/ezjail.conf.sample
|
|
@exec if [ ! -f %D/etc/ezjail.conf ] ; then cp -p %D/%F %B/ezjail.conf; fi
|