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 5A0DEDC0CEF for ; Sun, 5 Jul 2015 13:31:59 +0000 (UTC) Received: from mail-yk0-f174.google.com (mail-yk0-f174.google.com [209.85.160.174]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 3742EDC00E2 for ; Sun, 5 Jul 2015 13:31:58 +0000 (UTC) Received: by ykeo3 with SMTP id o3so7605511yke.0 for ; Sun, 05 Jul 2015 06:31:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=Cno2qX/BHLk81Ka8XKgKlzFLnQDPEU+2wK4r3kB6lI0=; b=CLIh2M4R2fssV9XfvqisTZihWpSf81bQXuzVmzpuSSV7ptxYOluz8WRmwm11Kd4SSk nOHty/hU0HX6/gcEE3RebUve0yPErSbMebwPE6tI6WgYsUFYXtFNsaSyQfotmIFudDEc hqoyEWbonwDW18QYkh01kjXZY05Xqt+auAUae55lO+DQyt6rtblfJNmPE2FzYqXrWpIS UMwmA0BGAW0CAzfM+a9AXOcsDuTwRLY0veOsFMBQmCUt+aUkyNea28YI6zk3Sob63Ob/ fWdvF4eyOgZZk+T6zu+Jw3aWWUlsdPFlI2+uvLxe/5kmrmff7fP+dkCLT7RFD1syifVv Z8Fg== X-Received: by 10.13.244.195 with SMTP id d186mr54084463ywf.73.1436103118231; Sun, 05 Jul 2015 06:31:58 -0700 (PDT) Received: from pebble.my.domain (c-174-49-78-224.hsd1.ga.comcast.net. [174.49.78.224]) by mx.google.com with ESMTPSA id f4sm12869840ywc.2.2015.07.05.06.31.57 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sun, 05 Jul 2015 06:31:57 -0700 (PDT) From: Bennett Goble To: alpine-aports@lists.alpinelinux.org Cc: Bennett Goble Subject: [alpine-aports] [PATCH] testing/h2o: Corrected mistake in pre-install Date: Sun, 5 Jul 2015 09:31:55 -0400 Message-Id: <1436103115-1820-1-git-send-email-nivardus@gmail.com> X-Mailer: git-send-email 2.4.1 X-Virus-Scanned: ClamAV using ClamSMTP X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: --- testing/h2o/APKBUILD | 2 +- testing/h2o/h2o.pre-install | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/testing/h2o/APKBUILD b/testing/h2o/APKBUILD index 2d644f5..21cb0a3 100644 --- a/testing/h2o/APKBUILD +++ b/testing/h2o/APKBUILD @@ -3,7 +3,7 @@ pkgname=h2o pkgver=1.3.1 -pkgrel=0 +pkgrel=1 pkgdesc="An optimized HTTP/1, HTTP/2 server written in C" url="https://h2o.examp1e.net" arch="all" diff --git a/testing/h2o/h2o.pre-install b/testing/h2o/h2o.pre-install index 11474f5..7fc8104 100755 --- a/testing/h2o/h2o.pre-install +++ b/testing/h2o/h2o.pre-install @@ -2,6 +2,6 @@ adduser -s /sbin/nologin -h /var/www -D -S -H h2o 2>/dev/null addgroup -g 82 -S www-data 2>/dev/null -addgroup h2o www-data 2/dev/null +addgroup h2o www-data 2>/dev/null exit 0 -- 2.4.1 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---