Install user.filter.
Fixes problem of privoxy not starting up without that file reported by Lars Engblom. "sure" ajacoutot@
This commit is contained in:
parent
b23d8d935b
commit
5a561cf200
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.23 2011/03/25 07:01:14 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.24 2011/05/02 17:43:43 merdely Exp $
|
||||
|
||||
COMMENT= web proxy with advanced filtering capabilities
|
||||
|
||||
@ -7,7 +7,7 @@ DISTNAME= privoxy-${V}-stable
|
||||
PKGNAME= privoxy-${V}
|
||||
CATEGORIES= www
|
||||
|
||||
REVISION= 0
|
||||
REVISION= 1
|
||||
|
||||
HOMEPAGE= http://www.privoxy.org/
|
||||
|
||||
@ -51,6 +51,7 @@ do-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/privoxy
|
||||
${INSTALL_DATA} ${WRKSRC}/config ${PREFIX}/share/examples/privoxy
|
||||
${INSTALL_DATA} ${WRKSRC}/default.filter ${PREFIX}/share/examples/privoxy
|
||||
${INSTALL_DATA} ${WRKSRC}/user.filter ${PREFIX}/share/examples/privoxy
|
||||
${INSTALL_DATA} ${WRKSRC}/*.action ${PREFIX}/share/examples/privoxy
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/privoxy/templates
|
||||
${INSTALL_DATA} ${WRKSRC}/templates/* ${PREFIX}/share/examples/privoxy/templates
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.9 2011/03/25 02:56:13 merdely Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.10 2011/05/02 17:43:43 merdely Exp $
|
||||
@newgroup _privoxy:516
|
||||
@newuser _privoxy:516:_privoxy:daemon:Privoxy Account:/var/privoxy:/sbin/nologin
|
||||
bin/privoxy-log-parser.pl
|
||||
@ -261,6 +261,12 @@ share/examples/privoxy/user.action
|
||||
@owner _privoxy
|
||||
@group _privoxy
|
||||
@sample ${SYSCONFDIR}/privoxy/user.action
|
||||
@owner
|
||||
@group
|
||||
share/examples/privoxy/user.filter
|
||||
@owner _privoxy
|
||||
@group _privoxy
|
||||
@sample ${SYSCONFDIR}/privoxy/user.filter
|
||||
@sample /var/privoxy/
|
||||
@mode 775
|
||||
@owner
|
||||
|
Loading…
Reference in New Issue
Block a user