X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from mail-pd0-f177.google.com (mail-pd0-f177.google.com [209.85.192.177]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 0C4DCDC0169 for ; Mon, 30 Jun 2014 05:46:20 +0000 (UTC) Received: by mail-pd0-f177.google.com with SMTP id y10so7560460pdj.8 for ; Sun, 29 Jun 2014 22:46:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=ET5irTu6qLwUNknHahYunQbt7E16nRLMRXaCnfGTlug=; b=Y29H3dbtJ64qNRboDzJPxVt3ldeA4NlTKAzDoJMpYVZ3tAbzwo+hqi7EvNMKIeFquB IlIDg128NWFQqcuayZmrlzHElsDKcmbnd98EB7GK9tCKuPYqpApaRXmyAByBceDXxifk 5f40JHudlmRKXrUHDgySdP/EZI5RUYDLRQ1D39FM+m0aAaYk6ENRzVv883JJ6+AVS/1U dlHZ7bYGlh/EDF0ykm7zAPuecjTC4Rx2O/7CtaH1L/PvIpCCCbOLFcI7jBzeGdUfO4Dj Dbr/SXoNsJSn6KzDLAIMUEKBAICKhUjZPo8kyP+uT/JUWW2yzYLmij80iBoztOGcu55Q oQyQ== X-Received: by 10.66.139.132 with SMTP id qy4mr48193952pab.133.1404107179051; Sun, 29 Jun 2014 22:46:19 -0700 (PDT) Received: from newbook ([50.0.227.219]) by mx.google.com with ESMTPSA id uj2sm93990474pab.14.2014.06.29.22.46.18 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 29 Jun 2014 22:46:18 -0700 (PDT) Date: Sun, 29 Jun 2014 22:46:42 -0700 From: Isaac Dunham To: alpine-devel@lists.alpinelinux.org Subject: [alpine-devel] Please do not apply main/cups: fix typo Message-ID: <20140630054641.GD16088@newbook> References: <1404050692-3815-1-git-send-email-ibid.ag@gmail.com> X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1404050692-3815-1-git-send-email-ibid.ag@gmail.com> User-Agent: Mutt/1.5.23 (2014-03-12) On Sun, Jun 29, 2014 at 07:04:51AM -0700, Isaac Dunham wrote: > 'ldadmin' for 'lpadmin' kept cups from starting. > --- > main/cups/cups.pre-install | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/main/cups/cups.pre-install b/main/cups/cups.pre-install > index f6b88cb..468163c 100644 > --- a/main/cups/cups.pre-install > +++ b/main/cups/cups.pre-install > @@ -1,6 +1,6 @@ > #!/bin/sh > > -addgroup -S ldadmin 2>/dev/null > +addgroup -S lpadmin 2>/dev/null > addgroup -S lp 2>/dev/null > adduser -S -G lp lp 2>/dev/null > addgroup lp lp 2>/dev/null Please skip this patch. This is missing a bump, and I've got a larger patch for main/cups I'm about to send that fixes bigger problems. I figure I'll roll the two into one. Thanks, Isaac Dunham --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---