From owner-freebsd-ports@freebsd.org Thu Apr 20 13:31:34 2017 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5F819D4818D for ; Thu, 20 Apr 2017 13:31:34 +0000 (UTC) (envelope-from vivek@khera.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 3FE63D5E for ; Thu, 20 Apr 2017 13:31:34 +0000 (UTC) (envelope-from vivek@khera.org) Received: by mailman.ysv.freebsd.org (Postfix) id 3C3BAD4818C; Thu, 20 Apr 2017 13:31:34 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3BDEAD4818B for ; Thu, 20 Apr 2017 13:31:34 +0000 (UTC) (envelope-from vivek@khera.org) Received: from mail-wm0-x22f.google.com (mail-wm0-x22f.google.com [IPv6:2a00:1450:400c:c09::22f]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C89E2D5D for ; Thu, 20 Apr 2017 13:31:33 +0000 (UTC) (envelope-from vivek@khera.org) Received: by mail-wm0-x22f.google.com with SMTP id m123so37697531wma.0 for ; Thu, 20 Apr 2017 06:31:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=khera.org; s=google11; h=mime-version:in-reply-to:references:from:date:message-id:subject:to; bh=rBcCzm5+00Pql8IslqMfck2ODxyMKjSmI6C7JSFVmL0=; b=VEvyoIEJFLOApT+7VtwNEJGWioc5qrit1XYsZkJlZX4tTjzOOEvefm2sXvcIcJvb2z 8lln/zLT95sOn0FMh0+lbnNiPfJVp7991P6jRFGTYLqO3aBtFsBTjkCsJpDET5FrqmhU 1xBm0VdOABMPOpJOs7oe6foaKU3Nivb/djqiw= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to; bh=rBcCzm5+00Pql8IslqMfck2ODxyMKjSmI6C7JSFVmL0=; b=CI7ZY0MJ/XZYC0a0QVCcdZ5aoPemEwRmG5KUCG3k0QkxdJXJtkeoKqI2YMQ8bgRXfc YIuMNbpl1umckWGGzuimSQLVcmU0SS0cu/HAVm43oz+7ahV7v7x/C0fUUu5PPjHe4Tkk 2Rho8DemUh/JMVPQcrNxmp3pHlT/vmvkKeUBJFxZ8lZQY2UHSPaxpk8qhisjO7ZYj5yw BBWhC/slnWjFvj3Sr1YPjR6JPVxUDWV8y/A+JlW+8wxW0DdD7lRQihFH0kEm4ksNy90K izeCfxBAwaYmrb+YTRxS6QOxB9e2yRp1q4c2W7zQEi8Dc6ZAcxvgpJZSSavkQZMBcqeN cUMg== X-Gm-Message-State: AN3rC/41rvbLcuvS4dLOPwaPAGqWfJxBiNFTaH9RgbV/wgyqcVCjIQXh ay76oCzo4k5UOJg/GgJM0F1SOQZ40A== X-Received: by 10.28.182.69 with SMTP id g66mr3310911wmf.112.1492695091866; Thu, 20 Apr 2017 06:31:31 -0700 (PDT) MIME-Version: 1.0 Received: by 10.28.127.69 with HTTP; Thu, 20 Apr 2017 06:31:31 -0700 (PDT) In-Reply-To: References: <87pog8fiyt.fsf@domain.invalid> From: Vick Khera Date: Thu, 20 Apr 2017 09:31:31 -0400 Message-ID: Subject: Re: iocage port To: FreeBSD Ports List Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Apr 2017 13:31:34 -0000 Actually, it is not so much a suitable drop-in replacement since I would have to re-create every one of my jails within the iocell structure. I guess I'll just reproduce the old iocage port in my own local section of the ports tree. On Thu, Apr 20, 2017 at 8:34 AM, Vick Khera wrote: > On Wed, Apr 19, 2017 at 12:41 PM, Sebastian Schwarz > wrote: > >> On 2017-04-19, Vick Khera wrote: >> > Can the original iocage port be restored? >> >> I believe the old code has been forked and preserved under the >> name iocell (https://github.com/bartekrutkowski/iocell) and is >> available in pkg/ports under sysutils/iocell. >> > > Thanks! That looks like a suitable replacement. > > An entry in the UPDATING file would have been helpful to me if this is the > official position. >