[arch-commits] Commit in tinyproxy/repos (20 files)

Daniel Micay thestinger at nymeria.archlinux.org
Thu Jul 10 16:28:19 UTC 2014


    Date: Thursday, July 10, 2014 @ 18:28:17
  Author: thestinger
Revision: 115403

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

Added:
  tinyproxy/repos/community-i686/PKGBUILD
    (from rev 115402, tinyproxy/trunk/PKGBUILD)
  tinyproxy/repos/community-i686/config.patch
    (from rev 115402, tinyproxy/trunk/config.patch)
  tinyproxy/repos/community-i686/tinyproxy.install
    (from rev 115402, tinyproxy/trunk/tinyproxy.install)
  tinyproxy/repos/community-i686/tinyproxy.service
    (from rev 115402, tinyproxy/trunk/tinyproxy.service)
  tinyproxy/repos/community-i686/tinyproxy.tmpfiles.conf
    (from rev 115402, tinyproxy/trunk/tinyproxy.tmpfiles.conf)
  tinyproxy/repos/community-x86_64/PKGBUILD
    (from rev 115402, tinyproxy/trunk/PKGBUILD)
  tinyproxy/repos/community-x86_64/config.patch
    (from rev 115402, tinyproxy/trunk/config.patch)
  tinyproxy/repos/community-x86_64/tinyproxy.install
    (from rev 115402, tinyproxy/trunk/tinyproxy.install)
  tinyproxy/repos/community-x86_64/tinyproxy.service
    (from rev 115402, tinyproxy/trunk/tinyproxy.service)
  tinyproxy/repos/community-x86_64/tinyproxy.tmpfiles.conf
    (from rev 115402, tinyproxy/trunk/tinyproxy.tmpfiles.conf)
Deleted:
  tinyproxy/repos/community-i686/PKGBUILD
  tinyproxy/repos/community-i686/config.patch
  tinyproxy/repos/community-i686/tinyproxy.install
  tinyproxy/repos/community-i686/tinyproxy.service
  tinyproxy/repos/community-i686/tinyproxy.tmpfiles.conf
  tinyproxy/repos/community-x86_64/PKGBUILD
  tinyproxy/repos/community-x86_64/config.patch
  tinyproxy/repos/community-x86_64/tinyproxy.install
  tinyproxy/repos/community-x86_64/tinyproxy.service
  tinyproxy/repos/community-x86_64/tinyproxy.tmpfiles.conf

------------------------------------------+
 /PKGBUILD                                |   94 +++++++++++++++++++++++++++++
 /config.patch                            |   62 +++++++++++++++++++
 /tinyproxy.install                       |   50 +++++++++++++++
 /tinyproxy.service                       |   24 +++++++
 /tinyproxy.tmpfiles.conf                 |    2 
 community-i686/PKGBUILD                  |   47 --------------
 community-i686/config.patch              |   31 ---------
 community-i686/tinyproxy.install         |   25 -------
 community-i686/tinyproxy.service         |   11 ---
 community-i686/tinyproxy.tmpfiles.conf   |    1 
 community-x86_64/PKGBUILD                |   47 --------------
 community-x86_64/config.patch            |   31 ---------
 community-x86_64/tinyproxy.install       |   25 -------
 community-x86_64/tinyproxy.service       |   11 ---
 community-x86_64/tinyproxy.tmpfiles.conf |    1 
 15 files changed, 232 insertions(+), 230 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-07-10 16:23:41 UTC (rev 115402)
+++ community-i686/PKGBUILD	2014-07-10 16:28:17 UTC (rev 115403)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
-# Contributor: Daniel Micay <danielmicay at gmail.com>
-# Contributor: Andrea Zucchelli <zukka77 at gmail.com>
-
-pkgname=tinyproxy
-pkgver=1.8.3
-pkgrel=8
-pkgdesc='A light-weight HTTP proxy daemon for POSIX operating systems.'
-arch=('i686' 'x86_64')
-url='https://banu.com/tinyproxy/'
-license=('GPL')
-depends=(glibc)
-makedepends=('asciidoc')
-install="${pkgname}.install"
-backup=('etc/tinyproxy/tinyproxy.conf')
-source=("https://banu.com/pub/${pkgname}/1.8/${pkgname}-${pkgver}.tar.bz2"
-        'tinyproxy.tmpfiles.conf'
-        'tinyproxy.service'
-        config.patch)
-md5sums=('292ac51da8ad6ae883d4ebf56908400d'
-         'b747d0f253ba7bb3f604e69a35a278bf'
-         '41938243faca487a14beeee5114f244e'
-         '9739e020c40abefd6e921e9cff854f35')
-
-prepare() {
-  cd $pkgname-$pkgver
-  patch -p0 -i ../config.patch
-}
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr --sysconfdir=/etc/tinyproxy --sbindir=/usr/bin \
-     --localstatedir=/var --enable-transparent
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-  install -Dm0644 "${srcdir}/tinyproxy.tmpfiles.conf" "${pkgdir}/usr/lib/tmpfiles.d/tinyproxy.conf"
-
-  install -Dm0644 "${srcdir}/tinyproxy.service" \
-    "${pkgdir}/usr/lib/systemd/system/tinyproxy.service"
-}

Copied: tinyproxy/repos/community-i686/PKGBUILD (from rev 115402, tinyproxy/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-07-10 16:28:17 UTC (rev 115403)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
+# Contributor: Daniel Micay <danielmicay at gmail.com>
+# Contributor: Andrea Zucchelli <zukka77 at gmail.com>
+
+pkgname=tinyproxy
+pkgver=1.8.3
+pkgrel=9
+pkgdesc='A light-weight HTTP proxy daemon for POSIX operating systems.'
+arch=('i686' 'x86_64')
+url='https://banu.com/tinyproxy/'
+license=('GPL')
+depends=(glibc)
+makedepends=('asciidoc')
+install="${pkgname}.install"
+backup=('etc/tinyproxy/tinyproxy.conf')
+source=("https://banu.com/pub/${pkgname}/1.8/${pkgname}-${pkgver}.tar.bz2"
+        'tinyproxy.tmpfiles.conf'
+        'tinyproxy.service'
+        config.patch)
+md5sums=('292ac51da8ad6ae883d4ebf56908400d'
+         'b747d0f253ba7bb3f604e69a35a278bf'
+         'e1e9212461cec588df219c35aba78d04'
+         '9739e020c40abefd6e921e9cff854f35')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -p0 -i ../config.patch
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr --sysconfdir=/etc/tinyproxy --sbindir=/usr/bin \
+     --localstatedir=/var --enable-transparent
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+  install -Dm0644 "${srcdir}/tinyproxy.tmpfiles.conf" "${pkgdir}/usr/lib/tmpfiles.d/tinyproxy.conf"
+
+  install -Dm0644 "${srcdir}/tinyproxy.service" \
+    "${pkgdir}/usr/lib/systemd/system/tinyproxy.service"
+}

Deleted: community-i686/config.patch
===================================================================
--- community-i686/config.patch	2014-07-10 16:23:41 UTC (rev 115402)
+++ community-i686/config.patch	2014-07-10 16:28:17 UTC (rev 115403)
@@ -1,31 +0,0 @@
---- etc/tinyproxy.conf.in	2010-03-03 04:37:24.000000000 -0500
-+++ etc/tinyproxy.conf.in.arch	2014-04-11 15:43:53.340725405 -0400
-@@ -12,8 +12,8 @@
- # as the root user. Either the user or group name or the UID or GID
- # number may be used.
- #
--User nobody
--Group nobody
-+User tinyproxy
-+Group tinyproxy
- 
- #
- # Port: Specify the port which tinyproxy will listen on.  Please note
-@@ -27,7 +27,7 @@
- # only one. If this is commented out, tinyproxy will bind to all
- # interfaces present.
- #
--#Listen 192.168.0.1
-+Listen 127.0.0.1
- 
- #
- # Bind: This allows you to specify which interface will be used for
-@@ -99,7 +99,7 @@
- # option must not be enabled if the Logfile directive is being used.
- # These two directives are mutually exclusive.
- #
--#Syslog On
-+Syslog On
- 
- #
- # LogLevel: 

Copied: tinyproxy/repos/community-i686/config.patch (from rev 115402, tinyproxy/trunk/config.patch)
===================================================================
--- community-i686/config.patch	                        (rev 0)
+++ community-i686/config.patch	2014-07-10 16:28:17 UTC (rev 115403)
@@ -0,0 +1,31 @@
+--- etc/tinyproxy.conf.in	2010-03-03 04:37:24.000000000 -0500
++++ etc/tinyproxy.conf.in.arch	2014-04-11 15:43:53.340725405 -0400
+@@ -12,8 +12,8 @@
+ # as the root user. Either the user or group name or the UID or GID
+ # number may be used.
+ #
+-User nobody
+-Group nobody
++User tinyproxy
++Group tinyproxy
+ 
+ #
+ # Port: Specify the port which tinyproxy will listen on.  Please note
+@@ -27,7 +27,7 @@
+ # only one. If this is commented out, tinyproxy will bind to all
+ # interfaces present.
+ #
+-#Listen 192.168.0.1
++Listen 127.0.0.1
+ 
+ #
+ # Bind: This allows you to specify which interface will be used for
+@@ -99,7 +99,7 @@
+ # option must not be enabled if the Logfile directive is being used.
+ # These two directives are mutually exclusive.
+ #
+-#Syslog On
++Syslog On
+ 
+ #
+ # LogLevel: 

Deleted: community-i686/tinyproxy.install
===================================================================
--- community-i686/tinyproxy.install	2014-07-10 16:23:41 UTC (rev 115402)
+++ community-i686/tinyproxy.install	2014-07-10 16:28:17 UTC (rev 115403)
@@ -1,25 +0,0 @@
-post_install() {
-  getent group tinyproxy &>/dev/null || groupadd -g 186 tinyproxy >/dev/null
-  getent passwd tinyproxy &>/dev/null || useradd -u 186 -g tinyproxy -d / \
-                                                 -c 'HTTP proxy daemon' \
-                                                 -s /bin/nologin \
-                                                 tinyproxy >/dev/null
-  if [ ! -d /run/tinyproxy ]; then
-    install -dm0770 -o tinyproxy -g tinyproxy /run/tinyproxy
-  fi
-}
-
-post_upgrade() {
-  post_install "$@"
-
-  if [[ $(vercmp $2 1.8.3-7) -le 0 ]]; then
-    post_install
-    chown -R tinyproxy:tinyproxy /run/tinyproxy
-  fi
-}
-
-post_remove() {
-  getent passwd tinyproxy &>/dev/null && userdel tinyproxy >/dev/null
-  getent group tinyproxy &>/dev/null && groupdel tinyproxy >/dev/null
-  true
-}

Copied: tinyproxy/repos/community-i686/tinyproxy.install (from rev 115402, tinyproxy/trunk/tinyproxy.install)
===================================================================
--- community-i686/tinyproxy.install	                        (rev 0)
+++ community-i686/tinyproxy.install	2014-07-10 16:28:17 UTC (rev 115403)
@@ -0,0 +1,25 @@
+post_install() {
+  getent group tinyproxy &>/dev/null || groupadd -g 186 tinyproxy >/dev/null
+  getent passwd tinyproxy &>/dev/null || useradd -u 186 -g tinyproxy -d / \
+                                                 -c 'HTTP proxy daemon' \
+                                                 -s /bin/nologin \
+                                                 tinyproxy >/dev/null
+  if [ ! -d /run/tinyproxy ]; then
+    install -dm0770 -o tinyproxy -g tinyproxy /run/tinyproxy
+  fi
+}
+
+post_upgrade() {
+  post_install "$@"
+
+  if [[ $(vercmp $2 1.8.3-7) -le 0 ]]; then
+    post_install
+    chown -R tinyproxy:tinyproxy /run/tinyproxy
+  fi
+}
+
+post_remove() {
+  getent passwd tinyproxy &>/dev/null && userdel tinyproxy >/dev/null
+  getent group tinyproxy &>/dev/null && groupdel tinyproxy >/dev/null
+  true
+}

Deleted: community-i686/tinyproxy.service
===================================================================
--- community-i686/tinyproxy.service	2014-07-10 16:23:41 UTC (rev 115402)
+++ community-i686/tinyproxy.service	2014-07-10 16:28:17 UTC (rev 115403)
@@ -1,11 +0,0 @@
-[Unit]
-Description=Tinyproxy Web Proxy Server
-After=network.target
-
-[Service]
-Type=forking
-ExecStart=/usr/bin/tinyproxy -c /etc/tinyproxy/tinyproxy.conf
-PIDFile=/run/tinyproxy/tinyproxy.pid
-
-[Install]
-WantedBy=multi-user.target

Copied: tinyproxy/repos/community-i686/tinyproxy.service (from rev 115402, tinyproxy/trunk/tinyproxy.service)
===================================================================
--- community-i686/tinyproxy.service	                        (rev 0)
+++ community-i686/tinyproxy.service	2014-07-10 16:28:17 UTC (rev 115403)
@@ -0,0 +1,12 @@
+[Unit]
+Description=Tinyproxy Web Proxy Server
+After=network.target
+
+[Service]
+Type=forking
+ExecStart=/usr/bin/tinyproxy -c /etc/tinyproxy/tinyproxy.conf
+PIDFile=/run/tinyproxy/tinyproxy.pid
+PrivateDevices=yes
+
+[Install]
+WantedBy=multi-user.target

Deleted: community-i686/tinyproxy.tmpfiles.conf
===================================================================
--- community-i686/tinyproxy.tmpfiles.conf	2014-07-10 16:23:41 UTC (rev 115402)
+++ community-i686/tinyproxy.tmpfiles.conf	2014-07-10 16:28:17 UTC (rev 115403)
@@ -1 +0,0 @@
-d /run/tinyproxy 0770 tinyproxy tinyproxy -

Copied: tinyproxy/repos/community-i686/tinyproxy.tmpfiles.conf (from rev 115402, tinyproxy/trunk/tinyproxy.tmpfiles.conf)
===================================================================
--- community-i686/tinyproxy.tmpfiles.conf	                        (rev 0)
+++ community-i686/tinyproxy.tmpfiles.conf	2014-07-10 16:28:17 UTC (rev 115403)
@@ -0,0 +1 @@
+d /run/tinyproxy 0770 tinyproxy tinyproxy -

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2014-07-10 16:23:41 UTC (rev 115402)
+++ community-x86_64/PKGBUILD	2014-07-10 16:28:17 UTC (rev 115403)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
-# Contributor: Daniel Micay <danielmicay at gmail.com>
-# Contributor: Andrea Zucchelli <zukka77 at gmail.com>
-
-pkgname=tinyproxy
-pkgver=1.8.3
-pkgrel=8
-pkgdesc='A light-weight HTTP proxy daemon for POSIX operating systems.'
-arch=('i686' 'x86_64')
-url='https://banu.com/tinyproxy/'
-license=('GPL')
-depends=(glibc)
-makedepends=('asciidoc')
-install="${pkgname}.install"
-backup=('etc/tinyproxy/tinyproxy.conf')
-source=("https://banu.com/pub/${pkgname}/1.8/${pkgname}-${pkgver}.tar.bz2"
-        'tinyproxy.tmpfiles.conf'
-        'tinyproxy.service'
-        config.patch)
-md5sums=('292ac51da8ad6ae883d4ebf56908400d'
-         'b747d0f253ba7bb3f604e69a35a278bf'
-         '41938243faca487a14beeee5114f244e'
-         '9739e020c40abefd6e921e9cff854f35')
-
-prepare() {
-  cd $pkgname-$pkgver
-  patch -p0 -i ../config.patch
-}
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr --sysconfdir=/etc/tinyproxy --sbindir=/usr/bin \
-     --localstatedir=/var --enable-transparent
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-  install -Dm0644 "${srcdir}/tinyproxy.tmpfiles.conf" "${pkgdir}/usr/lib/tmpfiles.d/tinyproxy.conf"
-
-  install -Dm0644 "${srcdir}/tinyproxy.service" \
-    "${pkgdir}/usr/lib/systemd/system/tinyproxy.service"
-}

Copied: tinyproxy/repos/community-x86_64/PKGBUILD (from rev 115402, tinyproxy/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-07-10 16:28:17 UTC (rev 115403)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
+# Contributor: Daniel Micay <danielmicay at gmail.com>
+# Contributor: Andrea Zucchelli <zukka77 at gmail.com>
+
+pkgname=tinyproxy
+pkgver=1.8.3
+pkgrel=9
+pkgdesc='A light-weight HTTP proxy daemon for POSIX operating systems.'
+arch=('i686' 'x86_64')
+url='https://banu.com/tinyproxy/'
+license=('GPL')
+depends=(glibc)
+makedepends=('asciidoc')
+install="${pkgname}.install"
+backup=('etc/tinyproxy/tinyproxy.conf')
+source=("https://banu.com/pub/${pkgname}/1.8/${pkgname}-${pkgver}.tar.bz2"
+        'tinyproxy.tmpfiles.conf'
+        'tinyproxy.service'
+        config.patch)
+md5sums=('292ac51da8ad6ae883d4ebf56908400d'
+         'b747d0f253ba7bb3f604e69a35a278bf'
+         'e1e9212461cec588df219c35aba78d04'
+         '9739e020c40abefd6e921e9cff854f35')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -p0 -i ../config.patch
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr --sysconfdir=/etc/tinyproxy --sbindir=/usr/bin \
+     --localstatedir=/var --enable-transparent
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+  install -Dm0644 "${srcdir}/tinyproxy.tmpfiles.conf" "${pkgdir}/usr/lib/tmpfiles.d/tinyproxy.conf"
+
+  install -Dm0644 "${srcdir}/tinyproxy.service" \
+    "${pkgdir}/usr/lib/systemd/system/tinyproxy.service"
+}

Deleted: community-x86_64/config.patch
===================================================================
--- community-x86_64/config.patch	2014-07-10 16:23:41 UTC (rev 115402)
+++ community-x86_64/config.patch	2014-07-10 16:28:17 UTC (rev 115403)
@@ -1,31 +0,0 @@
---- etc/tinyproxy.conf.in	2010-03-03 04:37:24.000000000 -0500
-+++ etc/tinyproxy.conf.in.arch	2014-04-11 15:43:53.340725405 -0400
-@@ -12,8 +12,8 @@
- # as the root user. Either the user or group name or the UID or GID
- # number may be used.
- #
--User nobody
--Group nobody
-+User tinyproxy
-+Group tinyproxy
- 
- #
- # Port: Specify the port which tinyproxy will listen on.  Please note
-@@ -27,7 +27,7 @@
- # only one. If this is commented out, tinyproxy will bind to all
- # interfaces present.
- #
--#Listen 192.168.0.1
-+Listen 127.0.0.1
- 
- #
- # Bind: This allows you to specify which interface will be used for
-@@ -99,7 +99,7 @@
- # option must not be enabled if the Logfile directive is being used.
- # These two directives are mutually exclusive.
- #
--#Syslog On
-+Syslog On
- 
- #
- # LogLevel: 

Copied: tinyproxy/repos/community-x86_64/config.patch (from rev 115402, tinyproxy/trunk/config.patch)
===================================================================
--- community-x86_64/config.patch	                        (rev 0)
+++ community-x86_64/config.patch	2014-07-10 16:28:17 UTC (rev 115403)
@@ -0,0 +1,31 @@
+--- etc/tinyproxy.conf.in	2010-03-03 04:37:24.000000000 -0500
++++ etc/tinyproxy.conf.in.arch	2014-04-11 15:43:53.340725405 -0400
+@@ -12,8 +12,8 @@
+ # as the root user. Either the user or group name or the UID or GID
+ # number may be used.
+ #
+-User nobody
+-Group nobody
++User tinyproxy
++Group tinyproxy
+ 
+ #
+ # Port: Specify the port which tinyproxy will listen on.  Please note
+@@ -27,7 +27,7 @@
+ # only one. If this is commented out, tinyproxy will bind to all
+ # interfaces present.
+ #
+-#Listen 192.168.0.1
++Listen 127.0.0.1
+ 
+ #
+ # Bind: This allows you to specify which interface will be used for
+@@ -99,7 +99,7 @@
+ # option must not be enabled if the Logfile directive is being used.
+ # These two directives are mutually exclusive.
+ #
+-#Syslog On
++Syslog On
+ 
+ #
+ # LogLevel: 

Deleted: community-x86_64/tinyproxy.install
===================================================================
--- community-x86_64/tinyproxy.install	2014-07-10 16:23:41 UTC (rev 115402)
+++ community-x86_64/tinyproxy.install	2014-07-10 16:28:17 UTC (rev 115403)
@@ -1,25 +0,0 @@
-post_install() {
-  getent group tinyproxy &>/dev/null || groupadd -g 186 tinyproxy >/dev/null
-  getent passwd tinyproxy &>/dev/null || useradd -u 186 -g tinyproxy -d / \
-                                                 -c 'HTTP proxy daemon' \
-                                                 -s /bin/nologin \
-                                                 tinyproxy >/dev/null
-  if [ ! -d /run/tinyproxy ]; then
-    install -dm0770 -o tinyproxy -g tinyproxy /run/tinyproxy
-  fi
-}
-
-post_upgrade() {
-  post_install "$@"
-
-  if [[ $(vercmp $2 1.8.3-7) -le 0 ]]; then
-    post_install
-    chown -R tinyproxy:tinyproxy /run/tinyproxy
-  fi
-}
-
-post_remove() {
-  getent passwd tinyproxy &>/dev/null && userdel tinyproxy >/dev/null
-  getent group tinyproxy &>/dev/null && groupdel tinyproxy >/dev/null
-  true
-}

Copied: tinyproxy/repos/community-x86_64/tinyproxy.install (from rev 115402, tinyproxy/trunk/tinyproxy.install)
===================================================================
--- community-x86_64/tinyproxy.install	                        (rev 0)
+++ community-x86_64/tinyproxy.install	2014-07-10 16:28:17 UTC (rev 115403)
@@ -0,0 +1,25 @@
+post_install() {
+  getent group tinyproxy &>/dev/null || groupadd -g 186 tinyproxy >/dev/null
+  getent passwd tinyproxy &>/dev/null || useradd -u 186 -g tinyproxy -d / \
+                                                 -c 'HTTP proxy daemon' \
+                                                 -s /bin/nologin \
+                                                 tinyproxy >/dev/null
+  if [ ! -d /run/tinyproxy ]; then
+    install -dm0770 -o tinyproxy -g tinyproxy /run/tinyproxy
+  fi
+}
+
+post_upgrade() {
+  post_install "$@"
+
+  if [[ $(vercmp $2 1.8.3-7) -le 0 ]]; then
+    post_install
+    chown -R tinyproxy:tinyproxy /run/tinyproxy
+  fi
+}
+
+post_remove() {
+  getent passwd tinyproxy &>/dev/null && userdel tinyproxy >/dev/null
+  getent group tinyproxy &>/dev/null && groupdel tinyproxy >/dev/null
+  true
+}

Deleted: community-x86_64/tinyproxy.service
===================================================================
--- community-x86_64/tinyproxy.service	2014-07-10 16:23:41 UTC (rev 115402)
+++ community-x86_64/tinyproxy.service	2014-07-10 16:28:17 UTC (rev 115403)
@@ -1,11 +0,0 @@
-[Unit]
-Description=Tinyproxy Web Proxy Server
-After=network.target
-
-[Service]
-Type=forking
-ExecStart=/usr/bin/tinyproxy -c /etc/tinyproxy/tinyproxy.conf
-PIDFile=/run/tinyproxy/tinyproxy.pid
-
-[Install]
-WantedBy=multi-user.target

Copied: tinyproxy/repos/community-x86_64/tinyproxy.service (from rev 115402, tinyproxy/trunk/tinyproxy.service)
===================================================================
--- community-x86_64/tinyproxy.service	                        (rev 0)
+++ community-x86_64/tinyproxy.service	2014-07-10 16:28:17 UTC (rev 115403)
@@ -0,0 +1,12 @@
+[Unit]
+Description=Tinyproxy Web Proxy Server
+After=network.target
+
+[Service]
+Type=forking
+ExecStart=/usr/bin/tinyproxy -c /etc/tinyproxy/tinyproxy.conf
+PIDFile=/run/tinyproxy/tinyproxy.pid
+PrivateDevices=yes
+
+[Install]
+WantedBy=multi-user.target

Deleted: community-x86_64/tinyproxy.tmpfiles.conf
===================================================================
--- community-x86_64/tinyproxy.tmpfiles.conf	2014-07-10 16:23:41 UTC (rev 115402)
+++ community-x86_64/tinyproxy.tmpfiles.conf	2014-07-10 16:28:17 UTC (rev 115403)
@@ -1 +0,0 @@
-d /run/tinyproxy 0770 tinyproxy tinyproxy -

Copied: tinyproxy/repos/community-x86_64/tinyproxy.tmpfiles.conf (from rev 115402, tinyproxy/trunk/tinyproxy.tmpfiles.conf)
===================================================================
--- community-x86_64/tinyproxy.tmpfiles.conf	                        (rev 0)
+++ community-x86_64/tinyproxy.tmpfiles.conf	2014-07-10 16:28:17 UTC (rev 115403)
@@ -0,0 +1 @@
+d /run/tinyproxy 0770 tinyproxy tinyproxy -




More information about the arch-commits mailing list