From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-user+bounces-167926-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id C874313888F for <garchives@archives.gentoo.org>; Fri, 9 Oct 2015 14:16:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 06A7D21C028; Fri, 9 Oct 2015 14:16:40 +0000 (UTC) Received: from mail-qg0-f51.google.com (mail-qg0-f51.google.com [209.85.192.51]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E0AA421C00C for <gentoo-user@lists.gentoo.org>; Fri, 9 Oct 2015 14:16:33 +0000 (UTC) Received: by qgt47 with SMTP id 47so69529828qgt.2 for <gentoo-user@lists.gentoo.org>; Fri, 09 Oct 2015 07:16:33 -0700 (PDT) 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 :content-type; bh=3YpH3G0B41Q+tpxkMonG/cLQ3SfibmvOXHHxQKh8N08=; b=DJyHj79Md5I9yXWcezcuWt86loU4l3q0d3MQYFdNozKjjJM/GX8OSUMQJ4v6ZY5Ml7 E0Lu+nYh5IdUYBbM2NY1CsKLpwvhuyeo/ZwYo4jjDgPovEgMfBO4bHVV4BwFUIbGUPmI c6UHs/NLTZFlnaKGvC1bNCRJD6f0GY5Wt7Li5mR0//nw+NPTMUnS+j5tGiq85ZYQIoc0 eWJI4C35pxUCFaUPONnKBO+ZHdlmqPA1OdY3m9rN2tLDCjCoOfX2N/7k0s2HVwrIlDWq oadA1UrkthgxB67OM5g92KAjQS6BJLI5QnzE2ZLDRdf1YVdWBy1x+eO/hswMoYbxZ+vy is4g== Precedence: bulk List-Post: <mailto:gentoo-user@lists.gentoo.org> List-Help: <mailto:gentoo-user+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-user+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-user+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-user.gentoo.org> X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 X-Received: by 10.140.92.43 with SMTP id a40mr3449753qge.54.1444400192554; Fri, 09 Oct 2015 07:16:32 -0700 (PDT) Received: by 10.140.100.241 with HTTP; Fri, 9 Oct 2015 07:16:32 -0700 (PDT) In-Reply-To: <56155B5D.9070407@gmail.com> References: <CAN0CFw3uXUKsJdPuRDmzijQrEZPO5A9ZL=+YN7mN_VjimsZUcg@mail.gmail.com> <56155B5D.9070407@gmail.com> Date: Fri, 9 Oct 2015 07:16:32 -0700 Message-ID: <CAN0CFw3pv7MOu2R3x-j_yrYoD5AXBtoszrDy9dybcwvdNStTpA@mail.gmail.com> Subject: Re: [gentoo-user] persistent /run/* ownership/permissions From: Grant <emailgrant@gmail.com> To: Gentoo mailing list <gentoo-user@lists.gentoo.org> Content-Type: text/plain; charset=UTF-8 X-Archives-Salt: c901df29-602a-4276-b4f6-81b2ffa051a6 X-Archives-Hash: 05d9382cd1e577429af296ba1e5989ed >> I have to chown munin:nginx and chmod g+x on directory /run/munin/ >> after every reboot. The munin list suggests altering the initscript >> but is there a better way? > > > There are ways, but I wouldn't call them better. > > /run is often a tmpfs so the dir has to be mkdir'ed somehow after reboot > anyway. The initscript is the perfect place to do it. There's lots of > examples in most /etc/init.d, so I suggest submit a working patch to b.g.o. OK will do, thank you. - Grant