From 4bdf4e4a13e128a937a3b68d23765614e852705f Mon Sep 17 00:00:00 2001 From: erdgeist Date: Wed, 25 Sep 2013 17:34:04 +0000 Subject: Create /var/ports/packages as promised in our make.conf, thanks to Koslov Sergey --- ezjail-admin | 1 + 1 file changed, 1 insertion(+) (limited to 'ezjail-admin') diff --git a/ezjail-admin b/ezjail-admin index 0f265e3..b5ab1ad 100755 --- a/ezjail-admin +++ b/ezjail-admin @@ -308,6 +308,7 @@ ezjail_splitworld() { # /etc/make.conf. if [ -f "${ezjail_examples}/example/etc/make.conf" -a ! -f "${ezjail_jailtemplate}/etc/make.conf" ]; then cp -p "${ezjail_examples}/example/etc/make.conf" "${ezjail_jailtemplate}/etc/" + mkdir -p ${ezjail_jailtemplate}/var/ports/packages ${ezjail_jailtemplate}/var/ports/distfiles echo "Note: a non-standard /etc/make.conf was copied to the template jail in order to get the ports collection running inside jails." fi -- cgit v1.2.3