From owner-freebsd-virtualization@FreeBSD.ORG Thu Jan 30 11:07:28 2014 Return-Path: Delivered-To: freebsd-virtualization@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7C0CBB7B for ; Thu, 30 Jan 2014 11:07:28 +0000 (UTC) Received: from mail-pb0-x22c.google.com (mail-pb0-x22c.google.com [IPv6:2607:f8b0:400e:c01::22c]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4C27D1FE1 for ; Thu, 30 Jan 2014 11:07:28 +0000 (UTC) Received: by mail-pb0-f44.google.com with SMTP id rq2so2972650pbb.31 for ; Thu, 30 Jan 2014 03:07:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=N3tYoExosgzz99eEjUBJ99ok4+hDvTxRSLrOVDoEHAk=; b=I4UHe8xRRuHvdpt+VHSiP5AB9vgh3xxS9R5iepqCsibhPMP5yCrgBsryCa+s9XHT+U i8O/5vDBhWaxUrOB2at1Afi5jrMkSljXj3XlyAjchBrZIFJzO31RQ36ClsJyBOQoNWPS szN9+iOYNx8IN5C4INNtKlzByAg9n0wQ9TSMF9v30lPXOKk9xKXWyPHWvbb0WycGWUmg KlDvRlgTG8BK3cBofHcTQjkHDnZL6rr6dNmw/AfdV+PEy4oI0v5DNhltAls1Od9QPzVU sYZY3eyqTsKt2XNYywVEHTFXQhFup56DLEfTsp1LSCQAGcuVGoJAF0RikHkhww6TFCBn MV8A== MIME-Version: 1.0 X-Received: by 10.66.192.74 with SMTP id he10mr13771002pac.126.1391080047892; Thu, 30 Jan 2014 03:07:27 -0800 (PST) Received: by 10.68.155.38 with HTTP; Thu, 30 Jan 2014 03:07:27 -0800 (PST) In-Reply-To: References: <52E9713F.9040508@callfortesting.org> <52E9757F.4050506@wasikowski.net> <0ae90c9099c35152f576cc7bbd94dc80@mail.0x20.net> <9d330b03767e0ab8c663a9f246835dd9@mail.0x20.net> Date: Thu, 30 Jan 2014 06:07:27 -0500 Message-ID: Subject: Re: best way to add www to wheel From: Aryeh Friedman To: Lars Engels Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 Cc: "freebsd-virtualization@freebsd.org" X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Jan 2014 11:07:28 -0000 Speaking of stuff being officially discouraged I want to move most of whats in pkg-install back to where it should belong (pkg-plist) but don't know enough plist syntax to do it On Thu, Jan 30, 2014 at 6:04 AM, Aryeh Friedman wrote: > It was my understanding with staging that doing stuff like that was > officially discouraged > > > On Thu, Jan 30, 2014 at 5:40 AM, Lars Engels wrote: > >> Am 2014-01-30 11:21, schrieb Aryeh Friedman: >> >> So something like this in pkg-install? >>> >>> cat - << EOF > /usr/local/etc/sudoers.d/petitecloud >>> Cmnd_Alias PETITECLOUD = /usr/sbin/service petitecloud stop, >>> /usr/sbin/service petitecloud start, /usr/sbin/service petitecloud >>> restart >>> www ALL=(ALL) NOPASSWD: PETITECLOUD >>> EOF >>> >>> note this will be 0.2.4 which I am planning some other changes for >>> also like making the petitecloud account and /usr/local/etc/rc.d >>> optoinal and will need to ask (on the right list this time ;-)) how to >>> do that best >>> >>> >>> >> I'd rather create the file as files/petitecloud.in and manually install >> it >> with the post-install: target. >> >> >> > > > -- > Aryeh M. Friedman, Lead Developer, http://www.PetiteCloud.org > -- Aryeh M. Friedman, Lead Developer, http://www.PetiteCloud.org