enable reload support and bump revision.

ajacoutot@ ok
This commit is contained in:
fgsch 2012-09-15 14:39:47 +00:00
parent 33f7347fc9
commit e8bb7f207b
2 changed files with 3 additions and 5 deletions

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.23 2012/08/20 09:51:20 jasper Exp $
# $OpenBSD: Makefile,v 1.24 2012/09/15 14:39:47 fgsch Exp $
COMMENT = lightweight HTTP/SSL proxy
V = 1.8.3
DISTNAME = tinyproxy-${V}
REVISION = 0
REVISION = 1
CATEGORIES = www net
HOMEPAGE = https://www.banu.com/tinyproxy/

View File

@ -1,13 +1,11 @@
#!/bin/sh
#
# $OpenBSD: tinyproxy.rc,v 1.1 2012/06/22 13:26:59 ajacoutot Exp $
# $OpenBSD: tinyproxy.rc,v 1.2 2012/09/15 14:39:47 fgsch Exp $
daemon="${TRUEPREFIX}/sbin/tinyproxy"
. /etc/rc.d/rc.subr
rc_reload=NO
rc_pre() {
install -d -o _tinyproxy -g _tinyproxy /var/run/tinyproxy
}