d4bdfce7b8
* Changed HTTP authentication code to a modular one. * Added SASL support for HTTP authentication. * Fixed compilation issues with libpng 1.5.x. And other, while here GROFF is not needed, change configure style, add rc.d(8) script, and edd@ drop maintership, I take care of this now. Tested on amd64 and i386. Ok edd@
11 lines
184 B
Bash
11 lines
184 B
Bash
#!/bin/sh
|
|
#
|
|
# $OpenBSD: ziproxy.rc,v 1.1 2012/09/27 13:17:12 gonzalo Exp $
|
|
|
|
daemon="${TRUEPREFIX}/bin/ziproxy"
|
|
daemon_flags="-d > /var/run/ziproxy.pid"
|
|
|
|
. /etc/rc.d/rc.subr
|
|
|
|
rc_cmd $1
|