Fix pexp.

This commit is contained in:
ajacoutot 2015-07-15 19:14:04 +00:00
parent 3934ec13de
commit c5e9ab5c58
3 changed files with 6 additions and 5 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.11 2015/04/05 13:31:14 sthen Exp $
# $OpenBSD: Makefile,v 1.12 2015/07/15 19:14:04 ajacoutot Exp $
COMMENT = SSL/SSH multiplexer
@ -8,6 +8,7 @@ V = 1.17
GH_TAGNAME = v$V
DISTNAME = ${GH_PROJECT}-${GH_TAGNAME:S/v//}
CATEGORIES = security net
REVISION = 0
HOMEPAGE = http://www.rutschle.net/tech/sslh.shtml

View File

@ -1,13 +1,13 @@
#!/bin/sh
#
# $OpenBSD: sslh_fork.rc,v 1.3 2012/04/22 20:50:12 sthen Exp $
# $OpenBSD: sslh_fork.rc,v 1.4 2015/07/15 19:14:04 ajacoutot Exp $
daemon="${TRUEPREFIX}/sbin/sslh-fork"
daemon_flags="--user=_sslh --listen 0.0.0.0:443 --ssh 127.0.0.1:22 --ssl 127.0.0.1:443"
. /etc/rc.d/rc.subr
pexp="${daemon}"
pexp="${daemon} .*"
rc_reload=NO
rc_cmd $1

View File

@ -1,13 +1,13 @@
#!/bin/sh
#
# $OpenBSD: sslh_select.rc,v 1.3 2012/04/22 20:50:12 sthen Exp $
# $OpenBSD: sslh_select.rc,v 1.4 2015/07/15 19:14:04 ajacoutot Exp $
daemon="${TRUEPREFIX}/sbin/sslh-select"
daemon_flags="--user=_sslh --listen 0.0.0.0:443 --ssh 127.0.0.1:22 --ssl 127.0.0.1:443"
. /etc/rc.d/rc.subr
pexp="${daemon}"
pexp="${daemon} .*"
rc_reload=NO
rc_cmd $1