[arch-commits] Commit in tinyproxy/repos (20 files)
Lukas Fleischer
lfleischer at archlinux.org
Sun Sep 27 12:53:40 UTC 2015
Date: Sunday, September 27, 2015 @ 14:53:40
Author: lfleischer
Revision: 141696
archrelease: copy trunk to community-i686, community-x86_64
Added:
tinyproxy/repos/community-i686/PKGBUILD
(from rev 141695, tinyproxy/trunk/PKGBUILD)
tinyproxy/repos/community-i686/config.patch
(from rev 141695, tinyproxy/trunk/config.patch)
tinyproxy/repos/community-i686/tinyproxy.install
(from rev 141695, tinyproxy/trunk/tinyproxy.install)
tinyproxy/repos/community-i686/tinyproxy.service
(from rev 141695, tinyproxy/trunk/tinyproxy.service)
tinyproxy/repos/community-i686/tinyproxy.tmpfiles.conf
(from rev 141695, tinyproxy/trunk/tinyproxy.tmpfiles.conf)
tinyproxy/repos/community-x86_64/PKGBUILD
(from rev 141695, tinyproxy/trunk/PKGBUILD)
tinyproxy/repos/community-x86_64/config.patch
(from rev 141695, tinyproxy/trunk/config.patch)
tinyproxy/repos/community-x86_64/tinyproxy.install
(from rev 141695, tinyproxy/trunk/tinyproxy.install)
tinyproxy/repos/community-x86_64/tinyproxy.service
(from rev 141695, tinyproxy/trunk/tinyproxy.service)
tinyproxy/repos/community-x86_64/tinyproxy.tmpfiles.conf
(from rev 141695, 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 | 96 +++++++++++++++++++++++++++++
/config.patch | 62 ++++++++++++++++++
/tinyproxy.install | 38 +++++++++++
/tinyproxy.service | 24 +++++++
/tinyproxy.tmpfiles.conf | 2
community-i686/PKGBUILD | 49 --------------
community-i686/config.patch | 31 ---------
community-i686/tinyproxy.install | 25 -------
community-i686/tinyproxy.service | 12 ---
community-i686/tinyproxy.tmpfiles.conf | 1
community-x86_64/PKGBUILD | 49 --------------
community-x86_64/config.patch | 31 ---------
community-x86_64/tinyproxy.install | 25 -------
community-x86_64/tinyproxy.service | 12 ---
community-x86_64/tinyproxy.tmpfiles.conf | 1
15 files changed, 222 insertions(+), 236 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2015-09-27 12:53:24 UTC (rev 141695)
+++ community-i686/PKGBUILD 2015-09-27 12:53:40 UTC (rev 141696)
@@ -1,49 +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.4
-pkgrel=1
-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')
-validpgpkeys=('38871449E065D635620A621EC94F4938184F9034') # Michael Adam
-source=("https://www.samba.org/~obnox/${pkgname}/release/${pkgver}/${pkgname}-${pkgver}.tar.xz"{,.asc}
- 'tinyproxy.tmpfiles.conf'
- 'tinyproxy.service'
- config.patch)
-md5sums=('7d3378ad9681be3423c491775f7d9e35'
- 'SKIP'
- '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"
-}
Copied: tinyproxy/repos/community-i686/PKGBUILD (from rev 141695, tinyproxy/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-09-27 12:53:40 UTC (rev 141696)
@@ -0,0 +1,48 @@
+# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
+# Contributor: Daniel Micay <danielmicay at gmail.com>
+# Contributor: Andrea Zucchelli <zukka77 at gmail.com>
+
+pkgname=tinyproxy
+pkgver=1.8.4
+pkgrel=2
+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')
+validpgpkeys=('38871449E065D635620A621EC94F4938184F9034') # Michael Adam
+source=("https://www.samba.org/~obnox/${pkgname}/release/${pkgver}/${pkgname}-${pkgver}.tar.xz"{,.asc}
+ 'tinyproxy.tmpfiles.conf'
+ 'tinyproxy.service'
+ config.patch)
+md5sums=('7d3378ad9681be3423c491775f7d9e35'
+ 'SKIP'
+ '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 2015-09-27 12:53:24 UTC (rev 141695)
+++ community-i686/config.patch 2015-09-27 12:53:40 UTC (rev 141696)
@@ -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 141695, tinyproxy/trunk/config.patch)
===================================================================
--- community-i686/config.patch (rev 0)
+++ community-i686/config.patch 2015-09-27 12:53:40 UTC (rev 141696)
@@ -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 2015-09-27 12:53:24 UTC (rev 141695)
+++ community-i686/tinyproxy.install 2015-09-27 12:53:40 UTC (rev 141696)
@@ -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 141695, tinyproxy/trunk/tinyproxy.install)
===================================================================
--- community-i686/tinyproxy.install (rev 0)
+++ community-i686/tinyproxy.install 2015-09-27 12:53:40 UTC (rev 141696)
@@ -0,0 +1,19 @@
+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
+}
Deleted: community-i686/tinyproxy.service
===================================================================
--- community-i686/tinyproxy.service 2015-09-27 12:53:24 UTC (rev 141695)
+++ community-i686/tinyproxy.service 2015-09-27 12:53:40 UTC (rev 141696)
@@ -1,12 +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
-PrivateDevices=yes
-
-[Install]
-WantedBy=multi-user.target
Copied: tinyproxy/repos/community-i686/tinyproxy.service (from rev 141695, tinyproxy/trunk/tinyproxy.service)
===================================================================
--- community-i686/tinyproxy.service (rev 0)
+++ community-i686/tinyproxy.service 2015-09-27 12:53:40 UTC (rev 141696)
@@ -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 2015-09-27 12:53:24 UTC (rev 141695)
+++ community-i686/tinyproxy.tmpfiles.conf 2015-09-27 12:53:40 UTC (rev 141696)
@@ -1 +0,0 @@
-d /run/tinyproxy 0770 tinyproxy tinyproxy -
Copied: tinyproxy/repos/community-i686/tinyproxy.tmpfiles.conf (from rev 141695, tinyproxy/trunk/tinyproxy.tmpfiles.conf)
===================================================================
--- community-i686/tinyproxy.tmpfiles.conf (rev 0)
+++ community-i686/tinyproxy.tmpfiles.conf 2015-09-27 12:53:40 UTC (rev 141696)
@@ -0,0 +1 @@
+d /run/tinyproxy 0770 tinyproxy tinyproxy -
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2015-09-27 12:53:24 UTC (rev 141695)
+++ community-x86_64/PKGBUILD 2015-09-27 12:53:40 UTC (rev 141696)
@@ -1,49 +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.4
-pkgrel=1
-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')
-validpgpkeys=('38871449E065D635620A621EC94F4938184F9034') # Michael Adam
-source=("https://www.samba.org/~obnox/${pkgname}/release/${pkgver}/${pkgname}-${pkgver}.tar.xz"{,.asc}
- 'tinyproxy.tmpfiles.conf'
- 'tinyproxy.service'
- config.patch)
-md5sums=('7d3378ad9681be3423c491775f7d9e35'
- 'SKIP'
- '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"
-}
Copied: tinyproxy/repos/community-x86_64/PKGBUILD (from rev 141695, tinyproxy/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2015-09-27 12:53:40 UTC (rev 141696)
@@ -0,0 +1,48 @@
+# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
+# Contributor: Daniel Micay <danielmicay at gmail.com>
+# Contributor: Andrea Zucchelli <zukka77 at gmail.com>
+
+pkgname=tinyproxy
+pkgver=1.8.4
+pkgrel=2
+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')
+validpgpkeys=('38871449E065D635620A621EC94F4938184F9034') # Michael Adam
+source=("https://www.samba.org/~obnox/${pkgname}/release/${pkgver}/${pkgname}-${pkgver}.tar.xz"{,.asc}
+ 'tinyproxy.tmpfiles.conf'
+ 'tinyproxy.service'
+ config.patch)
+md5sums=('7d3378ad9681be3423c491775f7d9e35'
+ 'SKIP'
+ '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 2015-09-27 12:53:24 UTC (rev 141695)
+++ community-x86_64/config.patch 2015-09-27 12:53:40 UTC (rev 141696)
@@ -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 141695, tinyproxy/trunk/config.patch)
===================================================================
--- community-x86_64/config.patch (rev 0)
+++ community-x86_64/config.patch 2015-09-27 12:53:40 UTC (rev 141696)
@@ -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 2015-09-27 12:53:24 UTC (rev 141695)
+++ community-x86_64/tinyproxy.install 2015-09-27 12:53:40 UTC (rev 141696)
@@ -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 141695, tinyproxy/trunk/tinyproxy.install)
===================================================================
--- community-x86_64/tinyproxy.install (rev 0)
+++ community-x86_64/tinyproxy.install 2015-09-27 12:53:40 UTC (rev 141696)
@@ -0,0 +1,19 @@
+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
+}
Deleted: community-x86_64/tinyproxy.service
===================================================================
--- community-x86_64/tinyproxy.service 2015-09-27 12:53:24 UTC (rev 141695)
+++ community-x86_64/tinyproxy.service 2015-09-27 12:53:40 UTC (rev 141696)
@@ -1,12 +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
-PrivateDevices=yes
-
-[Install]
-WantedBy=multi-user.target
Copied: tinyproxy/repos/community-x86_64/tinyproxy.service (from rev 141695, tinyproxy/trunk/tinyproxy.service)
===================================================================
--- community-x86_64/tinyproxy.service (rev 0)
+++ community-x86_64/tinyproxy.service 2015-09-27 12:53:40 UTC (rev 141696)
@@ -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 2015-09-27 12:53:24 UTC (rev 141695)
+++ community-x86_64/tinyproxy.tmpfiles.conf 2015-09-27 12:53:40 UTC (rev 141696)
@@ -1 +0,0 @@
-d /run/tinyproxy 0770 tinyproxy tinyproxy -
Copied: tinyproxy/repos/community-x86_64/tinyproxy.tmpfiles.conf (from rev 141695, tinyproxy/trunk/tinyproxy.tmpfiles.conf)
===================================================================
--- community-x86_64/tinyproxy.tmpfiles.conf (rev 0)
+++ community-x86_64/tinyproxy.tmpfiles.conf 2015-09-27 12:53:40 UTC (rev 141696)
@@ -0,0 +1 @@
+d /run/tinyproxy 0770 tinyproxy tinyproxy -
More information about the arch-commits
mailing list