summaryrefslogtreecommitdiff
path: root/community/pound
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-05-29 01:29:52 -0700
committerroot <root@rshg054.dnsready.net>2013-05-29 01:29:52 -0700
commitd267e861074512027414df29d18d9824e0faae8f (patch)
tree770bb482bb715a84eab76bfbfa1b748d31a13541 /community/pound
parent72a09de07cab5e8ad5c3ec7c36814663a3f7a33b (diff)
Wed May 29 01:29:24 PDT 2013
Diffstat (limited to 'community/pound')
-rw-r--r--community/pound/PKGBUILD10
-rw-r--r--community/pound/pound.runit2
-rw-r--r--community/pound/pound.service4
3 files changed, 8 insertions, 8 deletions
diff --git a/community/pound/PKGBUILD b/community/pound/PKGBUILD
index 90ac79303..efeee6ce8 100644
--- a/community/pound/PKGBUILD
+++ b/community/pound/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 90705 2013-05-13 14:34:19Z spupykin $
+# $Id: PKGBUILD 91868 2013-05-28 17:43:52Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Douglas Soares de Andrade <dsa@aur.archlinux.org>
# Contributor: Roberto Alsina <ralsina@kde.org>
pkgname=pound
pkgver=2.6
-pkgrel=4
+pkgrel=5
pkgdesc="A reverse proxy, load balancer, and SSL wrapper"
arch=('i686' 'x86_64')
url="http://www.apsis.ch/pound/index_html"
@@ -17,13 +17,13 @@ source=(http://www.apsis.ch/pound/Pound-$pkgver.tgz
pound.service
pound.cfg)
md5sums=('8c913b527332694943c4c67c8f152071'
- '4bd5e2a8d8e707eb900ae88929e00d4c'
- '23c70776fcd1cf71572f90a8809f7408'
+ '2a555ee5871a849cb1f6e6ba2ff054df'
+ 'c0d0726a96dfda0e83843362e401b3dc'
'8937808acd22c6391ebe4340af8df854')
build() {
cd $srcdir/Pound-$pkgver
- ./configure --prefix=/usr --sysconfdir=/etc/pound
+ ./configure --prefix=/usr --sysconfdir=/etc/pound --sbindir=/usr/bin
make
}
diff --git a/community/pound/pound.runit b/community/pound/pound.runit
index ed59ea046..ae904583c 100644
--- a/community/pound/pound.runit
+++ b/community/pound/pound.runit
@@ -4,7 +4,7 @@ exec 2>&1
. /etc/rc.conf
. /etc/rc.d/functions
-BIN=/usr/sbin/pound
+BIN=/usr/bin/pound
OPTS="-f /etc/pound/pound.cfg -p /var/run/pound.pid"
SVC=pound
diff --git a/community/pound/pound.service b/community/pound/pound.service
index 0a91f3424..5ec089c9a 100644
--- a/community/pound/pound.service
+++ b/community/pound/pound.service
@@ -3,8 +3,8 @@ Description=A reverse proxy, load balancer, and SSL wrapper
[Service]
Type=forking
-PIDFile=/var/run/pound.pid
-ExecStart=/usr/sbin/pound -f /etc/pound/pound.cfg -p /var/run/pound.pid
+PIDFile=/run/pound.pid
+ExecStart=/usr/bin/pound -f /etc/pound/pound.cfg -p /run/pound.pid
[Install]
WantedBy=multi-user.target