[arch-commits] Commit in pound/repos (22 files)
Sergej Pupykin
spupykin at nymeria.archlinux.org
Mon May 13 14:34:20 UTC 2013
Date: Monday, May 13, 2013 @ 16:34:19
Author: spupykin
Revision: 90705
archrelease: copy trunk to community-i686, community-x86_64
Added:
pound/repos/community-i686/ChangeLog
(from rev 90704, pound/trunk/ChangeLog)
pound/repos/community-i686/PKGBUILD
(from rev 90704, pound/trunk/PKGBUILD)
pound/repos/community-i686/pound.cfg
(from rev 90704, pound/trunk/pound.cfg)
pound/repos/community-i686/pound.runit
(from rev 90704, pound/trunk/pound.runit)
pound/repos/community-i686/pound.service
(from rev 90704, pound/trunk/pound.service)
pound/repos/community-x86_64/ChangeLog
(from rev 90704, pound/trunk/ChangeLog)
pound/repos/community-x86_64/PKGBUILD
(from rev 90704, pound/trunk/PKGBUILD)
pound/repos/community-x86_64/pound.cfg
(from rev 90704, pound/trunk/pound.cfg)
pound/repos/community-x86_64/pound.runit
(from rev 90704, pound/trunk/pound.runit)
pound/repos/community-x86_64/pound.service
(from rev 90704, pound/trunk/pound.service)
Deleted:
pound/repos/community-i686/ChangeLog
pound/repos/community-i686/PKGBUILD
pound/repos/community-i686/pound.cfg
pound/repos/community-i686/pound.init
pound/repos/community-i686/pound.runit
pound/repos/community-i686/pound.service
pound/repos/community-x86_64/ChangeLog
pound/repos/community-x86_64/PKGBUILD
pound/repos/community-x86_64/pound.cfg
pound/repos/community-x86_64/pound.init
pound/repos/community-x86_64/pound.runit
pound/repos/community-x86_64/pound.service
--------------------------------+
/ChangeLog | 44 ++++++++++
/PKGBUILD | 80 ++++++++++++++++++
/pound.cfg | 170 +++++++++++++++++++++++++++++++++++++++
/pound.runit | 46 ++++++++++
/pound.service | 20 ++++
community-i686/ChangeLog | 22 -----
community-i686/PKGBUILD | 44 ----------
community-i686/pound.cfg | 85 -------------------
community-i686/pound.init | 38 --------
community-i686/pound.runit | 23 -----
community-i686/pound.service | 10 --
community-x86_64/ChangeLog | 22 -----
community-x86_64/PKGBUILD | 44 ----------
community-x86_64/pound.cfg | 85 -------------------
community-x86_64/pound.init | 38 --------
community-x86_64/pound.runit | 23 -----
community-x86_64/pound.service | 10 --
17 files changed, 360 insertions(+), 444 deletions(-)
Deleted: community-i686/ChangeLog
===================================================================
--- community-i686/ChangeLog 2013-05-13 14:33:50 UTC (rev 90704)
+++ community-i686/ChangeLog 2013-05-13 14:34:19 UTC (rev 90705)
@@ -1,22 +0,0 @@
-
-2009-03-22 Douglas Soares de Andrade <douglas at archlinux.org>
-
- * Updated for i686: 2.4.4
- * Fixed an issue with the rc.d pound script
-
-2008-06-22 Mateusz Herych <heniekk at gmail.com>
-
- * Adding for x86_64 community - 2.4.3
-
-2008-06-22 Douglas Soares de Andrade <dsa at aur.archlinux.org>
-
- * Adding for i686 community - 2.4.3
-
-2008-05-22 Mateusz Herych <heniekk at gmail.com>
-
- * Adding to community for x86_64
-
-2008-05-21 Douglas Soares de Andrade <dsa at aur.archlinux.org>
-
- * Adding to community for i686
-
Copied: pound/repos/community-i686/ChangeLog (from rev 90704, pound/trunk/ChangeLog)
===================================================================
--- community-i686/ChangeLog (rev 0)
+++ community-i686/ChangeLog 2013-05-13 14:34:19 UTC (rev 90705)
@@ -0,0 +1,22 @@
+
+2009-03-22 Douglas Soares de Andrade <douglas at archlinux.org>
+
+ * Updated for i686: 2.4.4
+ * Fixed an issue with the rc.d pound script
+
+2008-06-22 Mateusz Herych <heniekk at gmail.com>
+
+ * Adding for x86_64 community - 2.4.3
+
+2008-06-22 Douglas Soares de Andrade <dsa at aur.archlinux.org>
+
+ * Adding for i686 community - 2.4.3
+
+2008-05-22 Mateusz Herych <heniekk at gmail.com>
+
+ * Adding to community for x86_64
+
+2008-05-21 Douglas Soares de Andrade <dsa at aur.archlinux.org>
+
+ * Adding to community for i686
+
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2013-05-13 14:33:50 UTC (rev 90704)
+++ community-i686/PKGBUILD 2013-05-13 14:34:19 UTC (rev 90705)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Maintainer: Douglas Soares de Andrade <dsa at aur.archlinux.org>
-# Contributor: Roberto Alsina <ralsina at kde.org>
-
-pkgname=pound
-pkgver=2.6
-pkgrel=3
-pkgdesc="A reverse proxy, load balancer, and SSL wrapper"
-arch=('i686' 'x86_64')
-url="http://www.apsis.ch/pound/index_html"
-license=('GPL')
-depends=('pcre' 'openssl')
-backup=(etc/pound/pound.cfg)
-source=(http://www.apsis.ch/pound/Pound-$pkgver.tgz
- pound.init
- pound.runit
- pound.service
- pound.cfg)
-md5sums=('8c913b527332694943c4c67c8f152071'
- 'bd3bddb6dc17fdcab824815a4705b055'
- '4bd5e2a8d8e707eb900ae88929e00d4c'
- '23c70776fcd1cf71572f90a8809f7408'
- '8937808acd22c6391ebe4340af8df854')
-
-build() {
- cd $srcdir/Pound-$pkgver
- ./configure --prefix=/usr --sysconfdir=/etc/pound
- make
-}
-
-package() {
- cd $srcdir/Pound-$pkgver
- install -d $pkgdir/usr/sbin
- make DESTDIR=$pkgdir install
- chown root.root -R $pkgdir/usr
- install -d $pkgdir/etc/rc.d
- install -m0755 $srcdir/pound.init $pkgdir/etc/rc.d/pound
- install -d $pkgdir/etc/sv
- install -d $pkgdir/etc/sv/pound
- install -m0755 $srcdir/pound.runit $pkgdir/etc/sv/pound/run
- install -D -m0644 $srcdir/pound.cfg $pkgdir/etc/pound/pound.cfg
- install -Dm0644 $srcdir/$pkgname.service $pkgdir/usr/lib/systemd/system/$pkgname.service
-}
Copied: pound/repos/community-i686/PKGBUILD (from rev 90704, pound/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-05-13 14:34:19 UTC (rev 90705)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Douglas Soares de Andrade <dsa at aur.archlinux.org>
+# Contributor: Roberto Alsina <ralsina at kde.org>
+
+pkgname=pound
+pkgver=2.6
+pkgrel=4
+pkgdesc="A reverse proxy, load balancer, and SSL wrapper"
+arch=('i686' 'x86_64')
+url="http://www.apsis.ch/pound/index_html"
+license=('GPL')
+depends=('pcre' 'openssl')
+backup=(etc/pound/pound.cfg)
+source=(http://www.apsis.ch/pound/Pound-$pkgver.tgz
+ pound.runit
+ pound.service
+ pound.cfg)
+md5sums=('8c913b527332694943c4c67c8f152071'
+ '4bd5e2a8d8e707eb900ae88929e00d4c'
+ '23c70776fcd1cf71572f90a8809f7408'
+ '8937808acd22c6391ebe4340af8df854')
+
+build() {
+ cd $srcdir/Pound-$pkgver
+ ./configure --prefix=/usr --sysconfdir=/etc/pound
+ make
+}
+
+package() {
+ cd $srcdir/Pound-$pkgver
+ install -d $pkgdir/usr/sbin
+ make DESTDIR=$pkgdir install
+ chown root.root -R $pkgdir/usr
+ install -d $pkgdir/etc/sv
+ install -d $pkgdir/etc/sv/pound
+ install -m0755 $srcdir/pound.runit $pkgdir/etc/sv/pound/run
+ install -D -m0644 $srcdir/pound.cfg $pkgdir/etc/pound/pound.cfg
+ install -Dm0644 $srcdir/$pkgname.service $pkgdir/usr/lib/systemd/system/$pkgname.service
+}
Deleted: community-i686/pound.cfg
===================================================================
--- community-i686/pound.cfg 2013-05-13 14:33:50 UTC (rev 90704)
+++ community-i686/pound.cfg 2013-05-13 14:34:19 UTC (rev 90705)
@@ -1,85 +0,0 @@
-###############################################################################
-## Pound configration file
-###############################################################################
-##
-##
-## GLOBAL SETTINGS
-##
-## Specify the user and group Pound will run as.
-#User "http"
-#Group "http"
-##
-## Specify the directory that Pound will chroot to at runtime.
-#RootJail "/"
-##
-## Have Pound run in the foreground (if 0) or as a daemon (if 1).
-#Daemon 1
-##
-## Specify the log facility to use.
-#LogFacility daemon
-##
-## Specify the logging level.
-#LogLevel 1
-##
-## Ignore case when matching URLs.
-#IgnoreCase 0
-##
-## Enable or disable the dynamic rescaling code.
-#DynScale 0
-##
-## Specify how often Pound will check for resurected back-end hosts.
-#Alive 30
-##
-## Specify for how long Pound will wait for a client request.
-#Client 10
-##
-## How long should Pound wait for a response from the back-end.
-#TimeOut 15
-##
-## How long should Pound wait for a connection to the back-end.
-#ConnTO 15
-##
-## How long should Pound continue to answer interrupted connections.
-#Grace 30
-##
-## Use an OpenSSL hardware acceleration card.
-#SSLEngine "name"
-##
-## Set the control socket path.
-#Control "/tmp/poundctl.socket"
-##
-##
-## LISTENERS
-##
-## Configure services and backends for the HTTP reverse proxy.
-#ListenHTTP
-# Address 10.0.0.1
-# Port 80
-# Service
-# BackEnd
-# Address 127.0.0.1
-# Port 8080
-# End
-# BackEnd
-# Address 127.0.0.1
-# Port 8081
-# End
-# End
-#End
-##
-## Configure services and backends for the HTTPS reverse proxy.
-#ListenHTTPS
-# Address 10.0.0.1
-# Port 443
-# Cert "/etc/ssl/certs/pound.pem"
-# Service
-# BackEnd
-# Address 127.0.0.1
-# Port 8080
-# End
-# BackEnd
-# Address 127.0.0.1
-# Port 8081
-# End
-# End
-#End
Copied: pound/repos/community-i686/pound.cfg (from rev 90704, pound/trunk/pound.cfg)
===================================================================
--- community-i686/pound.cfg (rev 0)
+++ community-i686/pound.cfg 2013-05-13 14:34:19 UTC (rev 90705)
@@ -0,0 +1,85 @@
+###############################################################################
+## Pound configration file
+###############################################################################
+##
+##
+## GLOBAL SETTINGS
+##
+## Specify the user and group Pound will run as.
+#User "http"
+#Group "http"
+##
+## Specify the directory that Pound will chroot to at runtime.
+#RootJail "/"
+##
+## Have Pound run in the foreground (if 0) or as a daemon (if 1).
+#Daemon 1
+##
+## Specify the log facility to use.
+#LogFacility daemon
+##
+## Specify the logging level.
+#LogLevel 1
+##
+## Ignore case when matching URLs.
+#IgnoreCase 0
+##
+## Enable or disable the dynamic rescaling code.
+#DynScale 0
+##
+## Specify how often Pound will check for resurected back-end hosts.
+#Alive 30
+##
+## Specify for how long Pound will wait for a client request.
+#Client 10
+##
+## How long should Pound wait for a response from the back-end.
+#TimeOut 15
+##
+## How long should Pound wait for a connection to the back-end.
+#ConnTO 15
+##
+## How long should Pound continue to answer interrupted connections.
+#Grace 30
+##
+## Use an OpenSSL hardware acceleration card.
+#SSLEngine "name"
+##
+## Set the control socket path.
+#Control "/tmp/poundctl.socket"
+##
+##
+## LISTENERS
+##
+## Configure services and backends for the HTTP reverse proxy.
+#ListenHTTP
+# Address 10.0.0.1
+# Port 80
+# Service
+# BackEnd
+# Address 127.0.0.1
+# Port 8080
+# End
+# BackEnd
+# Address 127.0.0.1
+# Port 8081
+# End
+# End
+#End
+##
+## Configure services and backends for the HTTPS reverse proxy.
+#ListenHTTPS
+# Address 10.0.0.1
+# Port 443
+# Cert "/etc/ssl/certs/pound.pem"
+# Service
+# BackEnd
+# Address 127.0.0.1
+# Port 8080
+# End
+# BackEnd
+# Address 127.0.0.1
+# Port 8081
+# End
+# End
+#End
Deleted: community-i686/pound.init
===================================================================
--- community-i686/pound.init 2013-05-13 14:33:50 UTC (rev 90704)
+++ community-i686/pound.init 2013-05-13 14:34:19 UTC (rev 90705)
@@ -1,38 +0,0 @@
-#!/bin/bash
-
-# general config
-. /etc/rc.conf
-. /etc/rc.d/functions
-
-case "$1" in
- start)
- stat_busy "Starting Pound"
- /usr/sbin/pound -f /etc/pound/pound.cfg -p /var/run/pound.pid &>/dev/null
- if [ $? -gt 0 ]; then
- stat_fail
- else
- add_daemon pound
- stat_done
- fi
- ;;
- stop)
- stat_busy "Stopping Pound"
- [ -f /var/run/pound.pid ] && kill `cat /var/run/pound.pid`
- if [ $? -gt 0 ]; then
- stat_fail
- else
- rm -f /var/run/pound.pid
- rm_daemon pound
- stat_done
- fi
- ;;
- restart)
- $0 stop
- sleep 1
- $0 start
- ;;
- *)
- echo "usage: $0 {start|stop|restart}"
- ;;
-esac
-exit 0
Deleted: community-i686/pound.runit
===================================================================
--- community-i686/pound.runit 2013-05-13 14:33:50 UTC (rev 90704)
+++ community-i686/pound.runit 2013-05-13 14:34:19 UTC (rev 90705)
@@ -1,23 +0,0 @@
-#!/bin/sh
-exec 2>&1
-# general config
-. /etc/rc.conf
-. /etc/rc.d/functions
-
-BIN=/usr/sbin/pound
-OPTS="-f /etc/pound/pound.cfg -p /var/run/pound.pid"
-SVC=pound
-
-PID=`pidof $BIN`
-if [ -z "$PID" ]
-then
- if [ -f /var/run/$SVC.pid ]
- then
- rm /var/run/$SVC.pid
- rm_daemon $SVC
- fi
- echo "Starting $SVC daemon"
- $BIN $OPTS
-else
- [ -z $PID ] || exec watchpid $PID
-fi
Copied: pound/repos/community-i686/pound.runit (from rev 90704, pound/trunk/pound.runit)
===================================================================
--- community-i686/pound.runit (rev 0)
+++ community-i686/pound.runit 2013-05-13 14:34:19 UTC (rev 90705)
@@ -0,0 +1,23 @@
+#!/bin/sh
+exec 2>&1
+# general config
+. /etc/rc.conf
+. /etc/rc.d/functions
+
+BIN=/usr/sbin/pound
+OPTS="-f /etc/pound/pound.cfg -p /var/run/pound.pid"
+SVC=pound
+
+PID=`pidof $BIN`
+if [ -z "$PID" ]
+then
+ if [ -f /var/run/$SVC.pid ]
+ then
+ rm /var/run/$SVC.pid
+ rm_daemon $SVC
+ fi
+ echo "Starting $SVC daemon"
+ $BIN $OPTS
+else
+ [ -z $PID ] || exec watchpid $PID
+fi
Deleted: community-i686/pound.service
===================================================================
--- community-i686/pound.service 2013-05-13 14:33:50 UTC (rev 90704)
+++ community-i686/pound.service 2013-05-13 14:34:19 UTC (rev 90705)
@@ -1,10 +0,0 @@
-[Unit]
-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
-
-[Install]
-WantedBy=multi-user.target
Copied: pound/repos/community-i686/pound.service (from rev 90704, pound/trunk/pound.service)
===================================================================
--- community-i686/pound.service (rev 0)
+++ community-i686/pound.service 2013-05-13 14:34:19 UTC (rev 90705)
@@ -0,0 +1,10 @@
+[Unit]
+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
+
+[Install]
+WantedBy=multi-user.target
Deleted: community-x86_64/ChangeLog
===================================================================
--- community-x86_64/ChangeLog 2013-05-13 14:33:50 UTC (rev 90704)
+++ community-x86_64/ChangeLog 2013-05-13 14:34:19 UTC (rev 90705)
@@ -1,22 +0,0 @@
-
-2009-03-22 Douglas Soares de Andrade <douglas at archlinux.org>
-
- * Updated for i686: 2.4.4
- * Fixed an issue with the rc.d pound script
-
-2008-06-22 Mateusz Herych <heniekk at gmail.com>
-
- * Adding for x86_64 community - 2.4.3
-
-2008-06-22 Douglas Soares de Andrade <dsa at aur.archlinux.org>
-
- * Adding for i686 community - 2.4.3
-
-2008-05-22 Mateusz Herych <heniekk at gmail.com>
-
- * Adding to community for x86_64
-
-2008-05-21 Douglas Soares de Andrade <dsa at aur.archlinux.org>
-
- * Adding to community for i686
-
Copied: pound/repos/community-x86_64/ChangeLog (from rev 90704, pound/trunk/ChangeLog)
===================================================================
--- community-x86_64/ChangeLog (rev 0)
+++ community-x86_64/ChangeLog 2013-05-13 14:34:19 UTC (rev 90705)
@@ -0,0 +1,22 @@
+
+2009-03-22 Douglas Soares de Andrade <douglas at archlinux.org>
+
+ * Updated for i686: 2.4.4
+ * Fixed an issue with the rc.d pound script
+
+2008-06-22 Mateusz Herych <heniekk at gmail.com>
+
+ * Adding for x86_64 community - 2.4.3
+
+2008-06-22 Douglas Soares de Andrade <dsa at aur.archlinux.org>
+
+ * Adding for i686 community - 2.4.3
+
+2008-05-22 Mateusz Herych <heniekk at gmail.com>
+
+ * Adding to community for x86_64
+
+2008-05-21 Douglas Soares de Andrade <dsa at aur.archlinux.org>
+
+ * Adding to community for i686
+
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2013-05-13 14:33:50 UTC (rev 90704)
+++ community-x86_64/PKGBUILD 2013-05-13 14:34:19 UTC (rev 90705)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Maintainer: Douglas Soares de Andrade <dsa at aur.archlinux.org>
-# Contributor: Roberto Alsina <ralsina at kde.org>
-
-pkgname=pound
-pkgver=2.6
-pkgrel=3
-pkgdesc="A reverse proxy, load balancer, and SSL wrapper"
-arch=('i686' 'x86_64')
-url="http://www.apsis.ch/pound/index_html"
-license=('GPL')
-depends=('pcre' 'openssl')
-backup=(etc/pound/pound.cfg)
-source=(http://www.apsis.ch/pound/Pound-$pkgver.tgz
- pound.init
- pound.runit
- pound.service
- pound.cfg)
-md5sums=('8c913b527332694943c4c67c8f152071'
- 'bd3bddb6dc17fdcab824815a4705b055'
- '4bd5e2a8d8e707eb900ae88929e00d4c'
- '23c70776fcd1cf71572f90a8809f7408'
- '8937808acd22c6391ebe4340af8df854')
-
-build() {
- cd $srcdir/Pound-$pkgver
- ./configure --prefix=/usr --sysconfdir=/etc/pound
- make
-}
-
-package() {
- cd $srcdir/Pound-$pkgver
- install -d $pkgdir/usr/sbin
- make DESTDIR=$pkgdir install
- chown root.root -R $pkgdir/usr
- install -d $pkgdir/etc/rc.d
- install -m0755 $srcdir/pound.init $pkgdir/etc/rc.d/pound
- install -d $pkgdir/etc/sv
- install -d $pkgdir/etc/sv/pound
- install -m0755 $srcdir/pound.runit $pkgdir/etc/sv/pound/run
- install -D -m0644 $srcdir/pound.cfg $pkgdir/etc/pound/pound.cfg
- install -Dm0644 $srcdir/$pkgname.service $pkgdir/usr/lib/systemd/system/$pkgname.service
-}
Copied: pound/repos/community-x86_64/PKGBUILD (from rev 90704, pound/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2013-05-13 14:34:19 UTC (rev 90705)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Douglas Soares de Andrade <dsa at aur.archlinux.org>
+# Contributor: Roberto Alsina <ralsina at kde.org>
+
+pkgname=pound
+pkgver=2.6
+pkgrel=4
+pkgdesc="A reverse proxy, load balancer, and SSL wrapper"
+arch=('i686' 'x86_64')
+url="http://www.apsis.ch/pound/index_html"
+license=('GPL')
+depends=('pcre' 'openssl')
+backup=(etc/pound/pound.cfg)
+source=(http://www.apsis.ch/pound/Pound-$pkgver.tgz
+ pound.runit
+ pound.service
+ pound.cfg)
+md5sums=('8c913b527332694943c4c67c8f152071'
+ '4bd5e2a8d8e707eb900ae88929e00d4c'
+ '23c70776fcd1cf71572f90a8809f7408'
+ '8937808acd22c6391ebe4340af8df854')
+
+build() {
+ cd $srcdir/Pound-$pkgver
+ ./configure --prefix=/usr --sysconfdir=/etc/pound
+ make
+}
+
+package() {
+ cd $srcdir/Pound-$pkgver
+ install -d $pkgdir/usr/sbin
+ make DESTDIR=$pkgdir install
+ chown root.root -R $pkgdir/usr
+ install -d $pkgdir/etc/sv
+ install -d $pkgdir/etc/sv/pound
+ install -m0755 $srcdir/pound.runit $pkgdir/etc/sv/pound/run
+ install -D -m0644 $srcdir/pound.cfg $pkgdir/etc/pound/pound.cfg
+ install -Dm0644 $srcdir/$pkgname.service $pkgdir/usr/lib/systemd/system/$pkgname.service
+}
Deleted: community-x86_64/pound.cfg
===================================================================
--- community-x86_64/pound.cfg 2013-05-13 14:33:50 UTC (rev 90704)
+++ community-x86_64/pound.cfg 2013-05-13 14:34:19 UTC (rev 90705)
@@ -1,85 +0,0 @@
-###############################################################################
-## Pound configration file
-###############################################################################
-##
-##
-## GLOBAL SETTINGS
-##
-## Specify the user and group Pound will run as.
-#User "http"
-#Group "http"
-##
-## Specify the directory that Pound will chroot to at runtime.
-#RootJail "/"
-##
-## Have Pound run in the foreground (if 0) or as a daemon (if 1).
-#Daemon 1
-##
-## Specify the log facility to use.
-#LogFacility daemon
-##
-## Specify the logging level.
-#LogLevel 1
-##
-## Ignore case when matching URLs.
-#IgnoreCase 0
-##
-## Enable or disable the dynamic rescaling code.
-#DynScale 0
-##
-## Specify how often Pound will check for resurected back-end hosts.
-#Alive 30
-##
-## Specify for how long Pound will wait for a client request.
-#Client 10
-##
-## How long should Pound wait for a response from the back-end.
-#TimeOut 15
-##
-## How long should Pound wait for a connection to the back-end.
-#ConnTO 15
-##
-## How long should Pound continue to answer interrupted connections.
-#Grace 30
-##
-## Use an OpenSSL hardware acceleration card.
-#SSLEngine "name"
-##
-## Set the control socket path.
-#Control "/tmp/poundctl.socket"
-##
-##
-## LISTENERS
-##
-## Configure services and backends for the HTTP reverse proxy.
-#ListenHTTP
-# Address 10.0.0.1
-# Port 80
-# Service
-# BackEnd
-# Address 127.0.0.1
-# Port 8080
-# End
-# BackEnd
-# Address 127.0.0.1
-# Port 8081
-# End
-# End
-#End
-##
-## Configure services and backends for the HTTPS reverse proxy.
-#ListenHTTPS
-# Address 10.0.0.1
-# Port 443
-# Cert "/etc/ssl/certs/pound.pem"
-# Service
-# BackEnd
-# Address 127.0.0.1
-# Port 8080
-# End
-# BackEnd
-# Address 127.0.0.1
-# Port 8081
-# End
-# End
-#End
Copied: pound/repos/community-x86_64/pound.cfg (from rev 90704, pound/trunk/pound.cfg)
===================================================================
--- community-x86_64/pound.cfg (rev 0)
+++ community-x86_64/pound.cfg 2013-05-13 14:34:19 UTC (rev 90705)
@@ -0,0 +1,85 @@
+###############################################################################
+## Pound configration file
+###############################################################################
+##
+##
+## GLOBAL SETTINGS
+##
+## Specify the user and group Pound will run as.
+#User "http"
+#Group "http"
+##
+## Specify the directory that Pound will chroot to at runtime.
+#RootJail "/"
+##
+## Have Pound run in the foreground (if 0) or as a daemon (if 1).
+#Daemon 1
+##
+## Specify the log facility to use.
+#LogFacility daemon
+##
+## Specify the logging level.
+#LogLevel 1
+##
+## Ignore case when matching URLs.
+#IgnoreCase 0
+##
+## Enable or disable the dynamic rescaling code.
+#DynScale 0
+##
+## Specify how often Pound will check for resurected back-end hosts.
+#Alive 30
+##
+## Specify for how long Pound will wait for a client request.
+#Client 10
+##
+## How long should Pound wait for a response from the back-end.
+#TimeOut 15
+##
+## How long should Pound wait for a connection to the back-end.
+#ConnTO 15
+##
+## How long should Pound continue to answer interrupted connections.
+#Grace 30
+##
+## Use an OpenSSL hardware acceleration card.
+#SSLEngine "name"
+##
+## Set the control socket path.
+#Control "/tmp/poundctl.socket"
+##
+##
+## LISTENERS
+##
+## Configure services and backends for the HTTP reverse proxy.
+#ListenHTTP
+# Address 10.0.0.1
+# Port 80
+# Service
+# BackEnd
+# Address 127.0.0.1
+# Port 8080
+# End
+# BackEnd
+# Address 127.0.0.1
+# Port 8081
+# End
+# End
+#End
+##
+## Configure services and backends for the HTTPS reverse proxy.
+#ListenHTTPS
+# Address 10.0.0.1
+# Port 443
+# Cert "/etc/ssl/certs/pound.pem"
+# Service
+# BackEnd
+# Address 127.0.0.1
+# Port 8080
+# End
+# BackEnd
+# Address 127.0.0.1
+# Port 8081
+# End
+# End
+#End
Deleted: community-x86_64/pound.init
===================================================================
--- community-x86_64/pound.init 2013-05-13 14:33:50 UTC (rev 90704)
+++ community-x86_64/pound.init 2013-05-13 14:34:19 UTC (rev 90705)
@@ -1,38 +0,0 @@
-#!/bin/bash
-
-# general config
-. /etc/rc.conf
-. /etc/rc.d/functions
-
-case "$1" in
- start)
- stat_busy "Starting Pound"
- /usr/sbin/pound -f /etc/pound/pound.cfg -p /var/run/pound.pid &>/dev/null
- if [ $? -gt 0 ]; then
- stat_fail
- else
- add_daemon pound
- stat_done
- fi
- ;;
- stop)
- stat_busy "Stopping Pound"
- [ -f /var/run/pound.pid ] && kill `cat /var/run/pound.pid`
- if [ $? -gt 0 ]; then
- stat_fail
- else
- rm -f /var/run/pound.pid
- rm_daemon pound
- stat_done
- fi
- ;;
- restart)
- $0 stop
- sleep 1
- $0 start
- ;;
- *)
- echo "usage: $0 {start|stop|restart}"
- ;;
-esac
-exit 0
Deleted: community-x86_64/pound.runit
===================================================================
--- community-x86_64/pound.runit 2013-05-13 14:33:50 UTC (rev 90704)
+++ community-x86_64/pound.runit 2013-05-13 14:34:19 UTC (rev 90705)
@@ -1,23 +0,0 @@
-#!/bin/sh
-exec 2>&1
-# general config
-. /etc/rc.conf
-. /etc/rc.d/functions
-
-BIN=/usr/sbin/pound
-OPTS="-f /etc/pound/pound.cfg -p /var/run/pound.pid"
-SVC=pound
-
-PID=`pidof $BIN`
-if [ -z "$PID" ]
-then
- if [ -f /var/run/$SVC.pid ]
- then
- rm /var/run/$SVC.pid
- rm_daemon $SVC
- fi
- echo "Starting $SVC daemon"
- $BIN $OPTS
-else
- [ -z $PID ] || exec watchpid $PID
-fi
Copied: pound/repos/community-x86_64/pound.runit (from rev 90704, pound/trunk/pound.runit)
===================================================================
--- community-x86_64/pound.runit (rev 0)
+++ community-x86_64/pound.runit 2013-05-13 14:34:19 UTC (rev 90705)
@@ -0,0 +1,23 @@
+#!/bin/sh
+exec 2>&1
+# general config
+. /etc/rc.conf
+. /etc/rc.d/functions
+
+BIN=/usr/sbin/pound
+OPTS="-f /etc/pound/pound.cfg -p /var/run/pound.pid"
+SVC=pound
+
+PID=`pidof $BIN`
+if [ -z "$PID" ]
+then
+ if [ -f /var/run/$SVC.pid ]
+ then
+ rm /var/run/$SVC.pid
+ rm_daemon $SVC
+ fi
+ echo "Starting $SVC daemon"
+ $BIN $OPTS
+else
+ [ -z $PID ] || exec watchpid $PID
+fi
Deleted: community-x86_64/pound.service
===================================================================
--- community-x86_64/pound.service 2013-05-13 14:33:50 UTC (rev 90704)
+++ community-x86_64/pound.service 2013-05-13 14:34:19 UTC (rev 90705)
@@ -1,10 +0,0 @@
-[Unit]
-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
-
-[Install]
-WantedBy=multi-user.target
Copied: pound/repos/community-x86_64/pound.service (from rev 90704, pound/trunk/pound.service)
===================================================================
--- community-x86_64/pound.service (rev 0)
+++ community-x86_64/pound.service 2013-05-13 14:34:19 UTC (rev 90705)
@@ -0,0 +1,10 @@
+[Unit]
+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
+
+[Install]
+WantedBy=multi-user.target
More information about the arch-commits
mailing list