diff --git a/trunk/PKGBUILD b/trunk/PKGBUILD index 3680a42..5c3ba07 100644 --- a/trunk/PKGBUILD +++ b/trunk/PKGBUILD @@ -23,11 +23,11 @@ md5sums=('3a1321e4942abb9b6cb370e7c2a3c59e' 'ca7855ca22a2676061ef8b246c8bf6f4' 'b747d0f253ba7bb3f604e69a35a278bf' 'e1e9212461cec588df219c35aba78d04' - '9739e020c40abefd6e921e9cff854f35') + 'b3f461ed32438379817854f723669504') prepare() { cd $pkgname-$pkgver - patch -p0 -i ../config.patch + patch -p1 -i ../config.patch } build() { diff --git a/trunk/config.patch b/trunk/config.patch index 66f0e33..5df231a 100644 --- a/trunk/config.patch +++ b/trunk/config.patch @@ -1,5 +1,7 @@ ---- 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 +diff --git a/etc/tinyproxy.conf.in b/etc/tinyproxy.conf.in +index 54024cb..cf1b264 100644 +--- a/etc/tinyproxy.conf.in ++++ b/etc/tinyproxy.conf.in @@ -12,8 +12,8 @@ # as the root user. Either the user or group name or the UID or GID # number may be used. @@ -11,7 +13,7 @@ # # Port: Specify the port which tinyproxy will listen on. Please note -@@ -27,7 +27,7 @@ +@@ -27,7 +27,7 @@ Port 8888 # only one. If this is commented out, tinyproxy will bind to all # interfaces present. # @@ -20,7 +22,7 @@ # # Bind: This allows you to specify which interface will be used for -@@ -99,7 +99,7 @@ +@@ -100,7 +100,7 @@ StatFile "@pkgdatadir@/stats.html" # option must not be enabled if the Logfile directive is being used. # These two directives are mutually exclusive. # @@ -28,4 +30,13 @@ +Syslog On # - # LogLevel: + # LogLevel: Warning +@@ -124,7 +124,7 @@ LogLevel Info + # can be used for signalling purposes. + # If not specified, no pidfile will be written. + # +-#PidFile "@localstatedir@/run/tinyproxy/tinyproxy.pid" ++PidFile "/run/tinyproxy/tinyproxy.pid" + + # + # XTinyproxy: Tell Tinyproxy to include the X-Tinyproxy header, which