diff options
Diffstat (limited to 'www/tinyproxy/patches')
-rw-r--r-- | www/tinyproxy/patches/patch-aa | 13 | ||||
-rw-r--r-- | www/tinyproxy/patches/patch-ab | 13 | ||||
-rw-r--r-- | www/tinyproxy/patches/patch-ac | 24 |
3 files changed, 50 insertions, 0 deletions
diff --git a/www/tinyproxy/patches/patch-aa b/www/tinyproxy/patches/patch-aa new file mode 100644 index 00000000000..9ae40ad6861 --- /dev/null +++ b/www/tinyproxy/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.1.1.1 2003/03/07 23:46:01 salo Exp $ + +--- Makefile.in.orig 2003-01-22 20:50:28.000000000 +0100 ++++ Makefile.in 2003-03-07 23:04:34.000000000 +0100 +@@ -298,7 +298,7 @@ + install-exec-am: + install-exec: install-exec-recursive + +-install-data-am: install-data-local ++install-data-am: + install-data: install-data-recursive + + install-am: all-am diff --git a/www/tinyproxy/patches/patch-ab b/www/tinyproxy/patches/patch-ab new file mode 100644 index 00000000000..4cc8a652ad3 --- /dev/null +++ b/www/tinyproxy/patches/patch-ab @@ -0,0 +1,13 @@ +$NetBSD: patch-ab,v 1.1.1.1 2003/03/07 23:46:01 salo Exp $ + +--- doc/tinyproxy.8.orig 2001-08-27 17:45:31.000000000 +0200 ++++ doc/tinyproxy.8 2003-03-07 23:13:09.000000000 +0100 +@@ -41,7 +41,7 @@ + connections have been handled. + .SH FILES + .nf +-/etc/tinyproxy/tinyproxy.conf ++@PKG_SYSCONFDIR@/tinyproxy.conf + /var/run/tinyproxy.pid + /var/log/tinyproxy.log + .fi diff --git a/www/tinyproxy/patches/patch-ac b/www/tinyproxy/patches/patch-ac new file mode 100644 index 00000000000..23c110c85cf --- /dev/null +++ b/www/tinyproxy/patches/patch-ac @@ -0,0 +1,24 @@ +$NetBSD: patch-ac,v 1.1.1.1 2003/03/07 23:46:01 salo Exp $ + +--- doc/tinyproxy.conf.orig 2003-03-08 00:11:42.000000000 +0100 ++++ doc/tinyproxy.conf 2003-03-08 00:14:15.000000000 +0100 +@@ -6,8 +6,8 @@ + # Name of the user the tinyproxy daemon should switch to after the port + # has been bound. + # +-User nobody +-Group nogroup ++User @TINYPROXY_USER@ ++Group @TINYPROXY_GROUP@ + + # + # Port to listen on. +@@ -120,7 +120,7 @@ + # + # The location of the filter file. + # +-#Filter "/etc/tinyproxy/filter" ++#Filter "@PKG_SYSCONFDIR@/filter" + + # + # Filter based on URLs rather than domains. |