X-Original-To: alpine-aports@mail.alpinelinux.org Delivered-To: alpine-aports@mail.alpinelinux.org Received: from mail.alpinelinux.org (dallas-a1.alpinelinux.org [127.0.0.1]) by mail.alpinelinux.org (Postfix) with ESMTP id 15D38DC0126 for ; Thu, 27 Aug 2015 17:48:04 +0000 (UTC) Received: from mail-oi0-f53.google.com (mail-oi0-f53.google.com [209.85.218.53]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id EA24BDC00CA for ; Thu, 27 Aug 2015 17:48:03 +0000 (UTC) Received: by oigk185 with SMTP id k185so10325246oig.2 for ; Thu, 27 Aug 2015 10:48:03 -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=+oHwf8/pLFN3a/WMJ6mhh4hwcn71SD9GeOcR2tJhF6Y=; b=vs92zAJ5LgrRp7m1JznmUADmcY7MPR4TXzv/eBE2huIwWD2MTrfTs7flbnwNfXqOM4 NZWVp/60gI5MRZpu7t9z9ztIVXG9spYjuQ4UKgzmWLcBK11dlCFU0xk0rV0oBPPlfhNI uwYraAIaOKi3tjq2v+zDVRrTgTcHSF7p1SGhb9+ZczjPmiMooHHF/zkmse9M5YHX6XD1 qpZ2j8h1m3TDJH6c+TLglpKYc23EJBYSKP5KFs1i5lZUrjYsPRXdlWAArY1xPFiTzAvz U/IKdcpVsHz7YqW8pkLJuYH9ltbUfSeLl3E4faGmTWv/YgjdX/PzUPWgNelAixD5P8pg JUIw== X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 X-Received: by 10.202.182.214 with SMTP id g205mr3176187oif.85.1440697682981; Thu, 27 Aug 2015 10:48:02 -0700 (PDT) Received: by 10.202.194.132 with HTTP; Thu, 27 Aug 2015 10:48:02 -0700 (PDT) In-Reply-To: <20150827092423.GA11801@francium.lan> References: <1440630224-14407-1-git-send-email-systmkor@gmail.com> <20150827092423.GA11801@francium.lan> Date: Thu, 27 Aug 2015 10:48:02 -0700 Message-ID: Subject: Re: [alpine-aports] [PATCH] main/openntpd: fixes privelege seperation defaults From: Orion Miller To: "alpine-aports@lists.alpinelinux.org" Content-Type: text/plain; charset=UTF-8 X-Virus-Scanned: ClamAV using ClamSMTP > The prepare function still substitutes _ntp with ntp in src/ntpd.h I > am assuming that this is no longer necessary? If so then please > remove the sed(1) invocation from the prepare function. I'll try removing the sed call in the prepare function and verify that OpenNTPD still works. > The OpenSSH aports creates the /var/empty directory in its OpenRC > services[1], maybe it would be a good idea to do that here as well for > the sake of consistency? I thought if I did that it would cause a package ownership contention over that specific file (i.e. a directory). I'll try it. :D -- keybase.io/systmkor --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---