blob: 23c110c85cf12658182419c746e5f98edbd651bb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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.
|