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 BBA33DC0BDA for ; Sat, 30 Jan 2016 08:28:11 +0000 (UTC) Received: from forward18p.cmail.yandex.net (forward18p.cmail.yandex.net [77.88.31.38]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 6E405DC00AD for ; Sat, 30 Jan 2016 08:28:10 +0000 (UTC) Received: from smtp18.mail.yandex.net (smtp18.mail.yandex.net [95.108.252.18]) by forward18p.cmail.yandex.net (Yandex) with ESMTP id EDA0F216E0 for ; Sat, 30 Jan 2016 11:28:08 +0300 (MSK) Received: from smtp18.mail.yandex.net (localhost [127.0.0.1]) by smtp18.mail.yandex.net (Yandex) with ESMTP id CAFFC18A003D for ; Sat, 30 Jan 2016 11:28:08 +0300 (MSK) Received: by smtp18.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id LgwjwfyRoM-S7Oaso9x; Sat, 30 Jan 2016 11:28:08 +0300 (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client certificate not present) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1454142488; bh=pLFTdWo7yv8EgOI24834W7i2J5AfBiBkKzmQ7Ni0Ayk=; h=To:From:Subject:Message-ID:Date:User-Agent:MIME-Version: Content-Type:Content-Transfer-Encoding; b=m8Cxu3bcShI93Ygl03KoYSecYy0Onrfue9yFyeShy4geg32iyUuaewGw0Ljpmns7D lMiVi/zkCml/5Bf46j3bgOgzBnmwJl4/tGyJ+LSjva5htt3wh6veWJCiRKoe7i1WmE iFbmj0EvmAAa3CzP82wPki4JH6+q0x9tnvC+NR1E= Authentication-Results: smtp18.mail.yandex.net; dkim=pass header.i=@yandex.ru To: alpine-aports@lists.alpinelinux.org From: Alexander Belkov Subject: [alpine-aports] [PATCH] testing/at: removed dependencies, fixed service startup script Message-ID: <56AC7415.1030302@yandex.ru> Date: Sat, 30 Jan 2016 18:28:05 +1000 User-Agent: Mozilla/5.0 (X11; Linux i686; rv:38.0) Gecko/20100101 Thunderbird/38.5.1 X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP Fixed inaccuracies (last time as I hope) --- testing/at/APKBUILD | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/testing/at/APKBUILD b/testing/at/APKBUILD index 33da342..89130db 100644 --- a/testing/at/APKBUILD +++ b/testing/at/APKBUILD @@ -2,12 +2,11 @@ # Maintainer: Alexander Belkov pkgname=at pkgver=3.1.16 -pkgrel=1 +pkgrel=2 pkgdesc="AT and batch delayed command scheduling utility and daemon" url="http://packages.qa.debian.org/a/at.html" arch="all" license="GPL" -depends="linux-pam flex flex-libs" makedepends="ssmtp flex-dev byacc" depends_dev="" install="${pkgname}.pre-install" @@ -37,7 +36,7 @@ build() { cd "$_builddir" LEXLIB=-lfl \ ./configure --prefix=/usr \ - --sbindir=/usr/bin \ + --sbindir=/usr/sbin \ --with-daemon_username=at \ --with-daemon_groupname=at \ --with-jobdir=/var/spool/atd \ -- 2.6.4 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---