Date: Sunday, May 12, 2013 @ 15:12:12
  Author: jelle
Revision: 90446

archrelease: copy trunk to community-i686, community-x86_64

Added:
  polipo/repos/community-i686/PKGBUILD
    (from rev 90445, polipo/trunk/PKGBUILD)
  polipo/repos/community-i686/polipo.conf.d
    (from rev 90445, polipo/trunk/polipo.conf.d)
  polipo/repos/community-i686/polipo.install
    (from rev 90445, polipo/trunk/polipo.install)
  polipo/repos/community-i686/polipo.service
    (from rev 90445, polipo/trunk/polipo.service)
  polipo/repos/community-x86_64/PKGBUILD
    (from rev 90445, polipo/trunk/PKGBUILD)
  polipo/repos/community-x86_64/polipo.conf.d
    (from rev 90445, polipo/trunk/polipo.conf.d)
  polipo/repos/community-x86_64/polipo.install
    (from rev 90445, polipo/trunk/polipo.install)
  polipo/repos/community-x86_64/polipo.service
    (from rev 90445, polipo/trunk/polipo.service)
Deleted:
  polipo/repos/community-i686/PKGBUILD
  polipo/repos/community-i686/polipo.conf.d
  polipo/repos/community-i686/polipo.install
  polipo/repos/community-i686/polipo.rc.d
  polipo/repos/community-i686/polipo.service
  polipo/repos/community-x86_64/PKGBUILD
  polipo/repos/community-x86_64/polipo.conf.d
  polipo/repos/community-x86_64/polipo.install
  polipo/repos/community-x86_64/polipo.rc.d
  polipo/repos/community-x86_64/polipo.service

---------------------------------+
 /PKGBUILD                       |  104 ++++++++++++++++++++++++++++++++++++++
 /polipo.conf.d                  |    8 ++
 /polipo.install                 |   50 ++++++++++++++++++
 /polipo.service                 |   22 ++++++++
 community-i686/PKGBUILD         |   54 -------------------
 community-i686/polipo.conf.d    |    4 -
 community-i686/polipo.install   |   25 ---------
 community-i686/polipo.rc.d      |   71 -------------------------
 community-i686/polipo.service   |   11 ----
 community-x86_64/PKGBUILD       |   54 -------------------
 community-x86_64/polipo.conf.d  |    4 -
 community-x86_64/polipo.install |   25 ---------
 community-x86_64/polipo.rc.d    |   71 -------------------------
 community-x86_64/polipo.service |   11 ----
 14 files changed, 184 insertions(+), 330 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD     2013-05-12 13:10:04 UTC (rev 90445)
+++ community-i686/PKGBUILD     2013-05-12 13:12:12 UTC (rev 90446)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Thorsten Töpper <[email protected]>
-# Contributor: Jelle van der Waa <jelle vdwaa nl>
-# Contributor: Thomas Holmquist <[email protected]>
-# Contributor: Jan Boehringer <ja(a)bm-boehringer.de>
-# Contributor: Alex Griffin <griffin.aj(a)gmail.com>
-
-pkgname=polipo
-pkgver=1.0.4.1
-pkgrel=9
-pkgdesc="A small and fast caching web proxy."
-arch=('i686' 'x86_64')
-url="http://www.pps.jussieu.fr/~jch/software/polipo/";
-license=('GPL')
-depends=('bash')
-makedepends=('texinfo')
-install=polipo.install
-source=("http://freehaven.net/~chrisd/polipo/polipo-$pkgver.tar.gz";
-        "polipo.rc.d" "polipo.conf.d" "polipo.service")
-md5sums=('bfc5c85289519658280e093a270d6703'
-         '7406aad26807fb3a4e5f7b01ecb97a59'
-         '685aa0c6070dee11c701932d23afcc6a'
-         '143ef45db99dc745b6c3a606847be9fe')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make         PREFIX="$pkgdir/usr" \
-        MANDIR="$pkgdir/usr/share/man" \
-        INFODIR="$pkgdir/usr/share/info" \
-        LOCAL_ROOT="$pkgdir/usr/share/polipo/www" \
-        DISK_CACHE_ROOT="$pkgdir/var/cache/polipo" \
-        install 
-
-
-  # install config files
-  install -Dm 644 config.sample $pkgdir/etc/polipo/config.sample
-  install -Dm 644 forbidden.sample $pkgdir/etc/polipo/forbidden.sample
-
-  # install license
-  install -Dm644 COPYING $pkgdir/usr/share/licenses/polipo/LICENSE
-
-  # install daemon scripts / cron
-  install -Dm 755  $srcdir/polipo.rc.d $pkgdir/etc/rc.d/polipo
-  install -Dm 644  $srcdir/polipo.service 
$pkgdir/usr/lib/systemd/system/polipo.service
-  install -Dm 644  $srcdir/polipo.conf.d $pkgdir/etc/conf.d/polipo.conf
-}
-
-# vim:set ts=2 sw=2 et:

Copied: polipo/repos/community-i686/PKGBUILD (from rev 90445, 
polipo/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD                             (rev 0)
+++ community-i686/PKGBUILD     2013-05-12 13:12:12 UTC (rev 90446)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Thorsten Töpper <[email protected]>
+# Contributor: Jelle van der Waa <jelle vdwaa nl>
+# Contributor: Thomas Holmquist <[email protected]>
+# Contributor: Jan Boehringer <ja(a)bm-boehringer.de>
+# Contributor: Alex Griffin <griffin.aj(a)gmail.com>
+
+pkgname=polipo
+pkgver=1.0.4.1
+pkgrel=10
+pkgdesc="A small and fast caching web proxy."
+arch=('i686' 'x86_64')
+url="http://www.pps.jussieu.fr/~jch/software/polipo/";
+license=('GPL')
+depends=('bash')
+makedepends=('texinfo')
+install=polipo.install
+source=("http://freehaven.net/~chrisd/polipo/polipo-$pkgver.tar.gz";
+        "polipo.conf.d" "polipo.service")
+md5sums=('bfc5c85289519658280e093a270d6703'
+         '685aa0c6070dee11c701932d23afcc6a'
+         '143ef45db99dc745b6c3a606847be9fe')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make         PREFIX="$pkgdir/usr" \
+        MANDIR="$pkgdir/usr/share/man" \
+        INFODIR="$pkgdir/usr/share/info" \
+        LOCAL_ROOT="$pkgdir/usr/share/polipo/www" \
+        DISK_CACHE_ROOT="$pkgdir/var/cache/polipo" \
+        install 
+
+
+  # install config files
+  install -Dm 644 config.sample $pkgdir/etc/polipo/config.sample
+  install -Dm 644 forbidden.sample $pkgdir/etc/polipo/forbidden.sample
+
+  # install license
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/polipo/LICENSE
+
+  # install systemd service / cron
+  install -Dm 644  $srcdir/polipo.service 
$pkgdir/usr/lib/systemd/system/polipo.service
+  install -Dm 644  $srcdir/polipo.conf.d $pkgdir/etc/conf.d/polipo.conf
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/polipo.conf.d
===================================================================
--- community-i686/polipo.conf.d        2013-05-12 13:10:04 UTC (rev 90445)
+++ community-i686/polipo.conf.d        2013-05-12 13:12:12 UTC (rev 90446)
@@ -1,4 +0,0 @@
-#
-# Parameters to be passed to polipo
-#
-POLIPO_ARGS="daemonise=true logFile=\"/var/log/polipo.log\""

Copied: polipo/repos/community-i686/polipo.conf.d (from rev 90445, 
polipo/trunk/polipo.conf.d)
===================================================================
--- community-i686/polipo.conf.d                                (rev 0)
+++ community-i686/polipo.conf.d        2013-05-12 13:12:12 UTC (rev 90446)
@@ -0,0 +1,4 @@
+#
+# Parameters to be passed to polipo
+#
+POLIPO_ARGS="daemonise=true logFile=\"/var/log/polipo.log\""

Deleted: community-i686/polipo.install
===================================================================
--- community-i686/polipo.install       2013-05-12 13:10:04 UTC (rev 90445)
+++ community-i686/polipo.install       2013-05-12 13:12:12 UTC (rev 90446)
@@ -1,25 +0,0 @@
-infodir=/usr/share/info
-filelist=(polipo.info)
-
-post_install() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-    install-info $infodir/$file $infodir/dir 2> /dev/null
-  done
-  install -d /var/cache/polipo 2> /dev/null
-  touch /var/log/polipo.log 2> /dev/null
-  chown -R nobody:nobody /var/cache/polipo /var/log/polipo.log 2> /dev/null
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-    install-info --delete $infodir/$file $infodir/dir 2> /dev/null
-  done
-}
-
-# vim:set ts=2 sw=2 et:

Copied: polipo/repos/community-i686/polipo.install (from rev 90445, 
polipo/trunk/polipo.install)
===================================================================
--- community-i686/polipo.install                               (rev 0)
+++ community-i686/polipo.install       2013-05-12 13:12:12 UTC (rev 90446)
@@ -0,0 +1,25 @@
+infodir=/usr/share/info
+filelist=(polipo.info)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+    install-info $infodir/$file $infodir/dir 2> /dev/null
+  done
+  install -d /var/cache/polipo 2> /dev/null
+  touch /var/log/polipo.log 2> /dev/null
+  chown -R nobody:nobody /var/cache/polipo /var/log/polipo.log 2> /dev/null
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+    install-info --delete $infodir/$file $infodir/dir 2> /dev/null
+  done
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/polipo.rc.d
===================================================================
--- community-i686/polipo.rc.d  2013-05-12 13:10:04 UTC (rev 90445)
+++ community-i686/polipo.rc.d  2013-05-12 13:12:12 UTC (rev 90446)
@@ -1,71 +0,0 @@
-#!/bin/bash
-
-daemon_name=polipo
-
-. /etc/rc.conf
-. /etc/rc.d/functions
-. /etc/conf.d/$daemon_name.conf
-
-get_pid() {
-       pidof -o %PPID $daemon_name
-}
-
-case "$1" in
-       start)
-               stat_busy "Starting $daemon_name daemon"
-
-               PID=$(get_pid)
-               if [[ -z $PID ]]; then
-                       [[ -f /run/$daemon_name.pid ]] &&
-                               rm -f /run/$daemon_name.pid
-               # RUN
-               su -c "/usr/bin/$daemon_name ${POLIPO_ARGS}" -s /bin/sh - nobody
-               #
-               if [[ $? -gt 0 ]]; then
-                       stat_fail
-                       exit 1
-               else
-                       echo $(get_pid) > /run/$daemon_name.pid
-                       add_daemon $daemon_name
-                       stat_done
-               fi
-               else
-                       stat_fail
-                       exit 1
-               fi
-               ;;
-
-       stop)
-               stat_busy "Stopping $daemon_name daemon"
-               PID=$(get_pid)
-               # KILL
-               [[ -n $PID ]] && kill $PID &> /dev/null
-               #
-               if [[ $? -gt 0 ]]; then
-                       stat_fail
-                       exit 1
-               else
-                       rm -f /run/$daemon_name.pid &> /dev/null
-                       rm_daemon $daemon_name
-                       stat_done
-               fi
-               ;;
-
-       restart)
-               $0 stop
-               sleep 3
-               $0 start
-               ;;
-
-       status)
-               stat_busy "Checking $daemon_name status";
-               ck_status $daemon_name
-               ;;
-
-       *)
-               echo "usage: $0 {start|stop|restart|status}"
-esac
-
-exit 0
-
-# vim:set ts=2 sw=2 et:

Deleted: community-i686/polipo.service
===================================================================
--- community-i686/polipo.service       2013-05-12 13:10:04 UTC (rev 90445)
+++ community-i686/polipo.service       2013-05-12 13:12:12 UTC (rev 90446)
@@ -1,11 +0,0 @@
-[Unit]
-Description=Polipo Proxy Server
-After=network.target
-
-[Service]
-Type=forking
-ExecStart=/usr/bin/polipo daemonise=true logFile="/var/log/polipo.log"
-User=nobody
-
-[Install]
-WantedBy=multi-user.target

Copied: polipo/repos/community-i686/polipo.service (from rev 90445, 
polipo/trunk/polipo.service)
===================================================================
--- community-i686/polipo.service                               (rev 0)
+++ community-i686/polipo.service       2013-05-12 13:12:12 UTC (rev 90446)
@@ -0,0 +1,11 @@
+[Unit]
+Description=Polipo Proxy Server
+After=network.target
+
+[Service]
+Type=forking
+ExecStart=/usr/bin/polipo daemonise=true logFile="/var/log/polipo.log"
+User=nobody
+
+[Install]
+WantedBy=multi-user.target

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD   2013-05-12 13:10:04 UTC (rev 90445)
+++ community-x86_64/PKGBUILD   2013-05-12 13:12:12 UTC (rev 90446)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Thorsten Töpper <[email protected]>
-# Contributor: Jelle van der Waa <jelle vdwaa nl>
-# Contributor: Thomas Holmquist <[email protected]>
-# Contributor: Jan Boehringer <ja(a)bm-boehringer.de>
-# Contributor: Alex Griffin <griffin.aj(a)gmail.com>
-
-pkgname=polipo
-pkgver=1.0.4.1
-pkgrel=9
-pkgdesc="A small and fast caching web proxy."
-arch=('i686' 'x86_64')
-url="http://www.pps.jussieu.fr/~jch/software/polipo/";
-license=('GPL')
-depends=('bash')
-makedepends=('texinfo')
-install=polipo.install
-source=("http://freehaven.net/~chrisd/polipo/polipo-$pkgver.tar.gz";
-        "polipo.rc.d" "polipo.conf.d" "polipo.service")
-md5sums=('bfc5c85289519658280e093a270d6703'
-         '7406aad26807fb3a4e5f7b01ecb97a59'
-         '685aa0c6070dee11c701932d23afcc6a'
-         '143ef45db99dc745b6c3a606847be9fe')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make         PREFIX="$pkgdir/usr" \
-        MANDIR="$pkgdir/usr/share/man" \
-        INFODIR="$pkgdir/usr/share/info" \
-        LOCAL_ROOT="$pkgdir/usr/share/polipo/www" \
-        DISK_CACHE_ROOT="$pkgdir/var/cache/polipo" \
-        install 
-
-
-  # install config files
-  install -Dm 644 config.sample $pkgdir/etc/polipo/config.sample
-  install -Dm 644 forbidden.sample $pkgdir/etc/polipo/forbidden.sample
-
-  # install license
-  install -Dm644 COPYING $pkgdir/usr/share/licenses/polipo/LICENSE
-
-  # install daemon scripts / cron
-  install -Dm 755  $srcdir/polipo.rc.d $pkgdir/etc/rc.d/polipo
-  install -Dm 644  $srcdir/polipo.service 
$pkgdir/usr/lib/systemd/system/polipo.service
-  install -Dm 644  $srcdir/polipo.conf.d $pkgdir/etc/conf.d/polipo.conf
-}
-
-# vim:set ts=2 sw=2 et:

Copied: polipo/repos/community-x86_64/PKGBUILD (from rev 90445, 
polipo/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD                           (rev 0)
+++ community-x86_64/PKGBUILD   2013-05-12 13:12:12 UTC (rev 90446)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Thorsten Töpper <[email protected]>
+# Contributor: Jelle van der Waa <jelle vdwaa nl>
+# Contributor: Thomas Holmquist <[email protected]>
+# Contributor: Jan Boehringer <ja(a)bm-boehringer.de>
+# Contributor: Alex Griffin <griffin.aj(a)gmail.com>
+
+pkgname=polipo
+pkgver=1.0.4.1
+pkgrel=10
+pkgdesc="A small and fast caching web proxy."
+arch=('i686' 'x86_64')
+url="http://www.pps.jussieu.fr/~jch/software/polipo/";
+license=('GPL')
+depends=('bash')
+makedepends=('texinfo')
+install=polipo.install
+source=("http://freehaven.net/~chrisd/polipo/polipo-$pkgver.tar.gz";
+        "polipo.conf.d" "polipo.service")
+md5sums=('bfc5c85289519658280e093a270d6703'
+         '685aa0c6070dee11c701932d23afcc6a'
+         '143ef45db99dc745b6c3a606847be9fe')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make         PREFIX="$pkgdir/usr" \
+        MANDIR="$pkgdir/usr/share/man" \
+        INFODIR="$pkgdir/usr/share/info" \
+        LOCAL_ROOT="$pkgdir/usr/share/polipo/www" \
+        DISK_CACHE_ROOT="$pkgdir/var/cache/polipo" \
+        install 
+
+
+  # install config files
+  install -Dm 644 config.sample $pkgdir/etc/polipo/config.sample
+  install -Dm 644 forbidden.sample $pkgdir/etc/polipo/forbidden.sample
+
+  # install license
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/polipo/LICENSE
+
+  # install systemd service / cron
+  install -Dm 644  $srcdir/polipo.service 
$pkgdir/usr/lib/systemd/system/polipo.service
+  install -Dm 644  $srcdir/polipo.conf.d $pkgdir/etc/conf.d/polipo.conf
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/polipo.conf.d
===================================================================
--- community-x86_64/polipo.conf.d      2013-05-12 13:10:04 UTC (rev 90445)
+++ community-x86_64/polipo.conf.d      2013-05-12 13:12:12 UTC (rev 90446)
@@ -1,4 +0,0 @@
-#
-# Parameters to be passed to polipo
-#
-POLIPO_ARGS="daemonise=true logFile=\"/var/log/polipo.log\""

Copied: polipo/repos/community-x86_64/polipo.conf.d (from rev 90445, 
polipo/trunk/polipo.conf.d)
===================================================================
--- community-x86_64/polipo.conf.d                              (rev 0)
+++ community-x86_64/polipo.conf.d      2013-05-12 13:12:12 UTC (rev 90446)
@@ -0,0 +1,4 @@
+#
+# Parameters to be passed to polipo
+#
+POLIPO_ARGS="daemonise=true logFile=\"/var/log/polipo.log\""

Deleted: community-x86_64/polipo.install
===================================================================
--- community-x86_64/polipo.install     2013-05-12 13:10:04 UTC (rev 90445)
+++ community-x86_64/polipo.install     2013-05-12 13:12:12 UTC (rev 90446)
@@ -1,25 +0,0 @@
-infodir=/usr/share/info
-filelist=(polipo.info)
-
-post_install() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-    install-info $infodir/$file $infodir/dir 2> /dev/null
-  done
-  install -d /var/cache/polipo 2> /dev/null
-  touch /var/log/polipo.log 2> /dev/null
-  chown -R nobody:nobody /var/cache/polipo /var/log/polipo.log 2> /dev/null
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-    install-info --delete $infodir/$file $infodir/dir 2> /dev/null
-  done
-}
-
-# vim:set ts=2 sw=2 et:

Copied: polipo/repos/community-x86_64/polipo.install (from rev 90445, 
polipo/trunk/polipo.install)
===================================================================
--- community-x86_64/polipo.install                             (rev 0)
+++ community-x86_64/polipo.install     2013-05-12 13:12:12 UTC (rev 90446)
@@ -0,0 +1,25 @@
+infodir=/usr/share/info
+filelist=(polipo.info)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+    install-info $infodir/$file $infodir/dir 2> /dev/null
+  done
+  install -d /var/cache/polipo 2> /dev/null
+  touch /var/log/polipo.log 2> /dev/null
+  chown -R nobody:nobody /var/cache/polipo /var/log/polipo.log 2> /dev/null
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+    install-info --delete $infodir/$file $infodir/dir 2> /dev/null
+  done
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/polipo.rc.d
===================================================================
--- community-x86_64/polipo.rc.d        2013-05-12 13:10:04 UTC (rev 90445)
+++ community-x86_64/polipo.rc.d        2013-05-12 13:12:12 UTC (rev 90446)
@@ -1,71 +0,0 @@
-#!/bin/bash
-
-daemon_name=polipo
-
-. /etc/rc.conf
-. /etc/rc.d/functions
-. /etc/conf.d/$daemon_name.conf
-
-get_pid() {
-       pidof -o %PPID $daemon_name
-}
-
-case "$1" in
-       start)
-               stat_busy "Starting $daemon_name daemon"
-
-               PID=$(get_pid)
-               if [[ -z $PID ]]; then
-                       [[ -f /run/$daemon_name.pid ]] &&
-                               rm -f /run/$daemon_name.pid
-               # RUN
-               su -c "/usr/bin/$daemon_name ${POLIPO_ARGS}" -s /bin/sh - nobody
-               #
-               if [[ $? -gt 0 ]]; then
-                       stat_fail
-                       exit 1
-               else
-                       echo $(get_pid) > /run/$daemon_name.pid
-                       add_daemon $daemon_name
-                       stat_done
-               fi
-               else
-                       stat_fail
-                       exit 1
-               fi
-               ;;
-
-       stop)
-               stat_busy "Stopping $daemon_name daemon"
-               PID=$(get_pid)
-               # KILL
-               [[ -n $PID ]] && kill $PID &> /dev/null
-               #
-               if [[ $? -gt 0 ]]; then
-                       stat_fail
-                       exit 1
-               else
-                       rm -f /run/$daemon_name.pid &> /dev/null
-                       rm_daemon $daemon_name
-                       stat_done
-               fi
-               ;;
-
-       restart)
-               $0 stop
-               sleep 3
-               $0 start
-               ;;
-
-       status)
-               stat_busy "Checking $daemon_name status";
-               ck_status $daemon_name
-               ;;
-
-       *)
-               echo "usage: $0 {start|stop|restart|status}"
-esac
-
-exit 0
-
-# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/polipo.service
===================================================================
--- community-x86_64/polipo.service     2013-05-12 13:10:04 UTC (rev 90445)
+++ community-x86_64/polipo.service     2013-05-12 13:12:12 UTC (rev 90446)
@@ -1,11 +0,0 @@
-[Unit]
-Description=Polipo Proxy Server
-After=network.target
-
-[Service]
-Type=forking
-ExecStart=/usr/bin/polipo daemonise=true logFile="/var/log/polipo.log"
-User=nobody
-
-[Install]
-WantedBy=multi-user.target

Copied: polipo/repos/community-x86_64/polipo.service (from rev 90445, 
polipo/trunk/polipo.service)
===================================================================
--- community-x86_64/polipo.service                             (rev 0)
+++ community-x86_64/polipo.service     2013-05-12 13:12:12 UTC (rev 90446)
@@ -0,0 +1,11 @@
+[Unit]
+Description=Polipo Proxy Server
+After=network.target
+
+[Service]
+Type=forking
+ExecStart=/usr/bin/polipo daemonise=true logFile="/var/log/polipo.log"
+User=nobody
+
+[Install]
+WantedBy=multi-user.target

Reply via email to