~alpine/aports

testing/at: removed dependencies, fixed service startup script v1 PROPOSED

Alexander Belkov <msun00@yandex.ru>
Alexander Belkov: 1
 testing/at: removed dependencies, fixed service startup script

 1 files changed, 2 insertions(+), 3 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/2205/mbox | git am -3
Learn more about email & git

[alpine-aports] [PATCH] testing/at: removed dependencies, fixed service startup script Export this patch

Alexander Belkov <msun00@yandex.ru>
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 <alex@mail.com>
 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
---