[arch-commits] Commit in pound/trunk (PKGBUILD pound.runit pound.service)

Sergej Pupykin spupykin at nymeria.archlinux.org
Tue May 28 17:43:26 UTC 2013


    Date: Tuesday, May 28, 2013 @ 19:43:26
  Author: spupykin
Revision: 91867

upgpkg: pound 2.6-5

upd

Modified:
  pound/trunk/PKGBUILD
  pound/trunk/pound.runit
  pound/trunk/pound.service

---------------+
 PKGBUILD      |    8 ++++----
 pound.runit   |    2 +-
 pound.service |    4 ++--
 3 files changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-05-28 17:38:40 UTC (rev 91866)
+++ PKGBUILD	2013-05-28 17:43:26 UTC (rev 91867)
@@ -5,7 +5,7 @@
 
 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 @@
 	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
 }
 

Modified: pound.runit
===================================================================
--- pound.runit	2013-05-28 17:38:40 UTC (rev 91866)
+++ pound.runit	2013-05-28 17:43:26 UTC (rev 91867)
@@ -4,7 +4,7 @@
 . /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
 

Modified: pound.service
===================================================================
--- pound.service	2013-05-28 17:38:40 UTC (rev 91866)
+++ pound.service	2013-05-28 17:43:26 UTC (rev 91867)
@@ -3,8 +3,8 @@
 
 [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




More information about the arch-commits mailing list