pkgsrc/www/tinyproxy/patches/patch-ac
salo 00619c7d9e Import of tinyproxy-1.5.2: lightweight HTTP/SSL proxy.
tinyproxy is a lightweight HTTP/SSL proxy. Designed from the ground up to be
fast and yet small, it is an ideal solution for sites where a full-featured
HTTP proxy is required, but the system resources required to run a more
demanding HTTP proxy are unavailable. tinyproxy is fully compatible with all
existing web browsers.

Package submitted by Juan RP via PR pkg/20595 with modifications by me.
2003-03-07 23:46:01 +00:00

24 lines
577 B
Text

$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.