From c5e9ab5c58b09de62445d7d1ec5b48c90ff208a3 Mon Sep 17 00:00:00 2001 From: ajacoutot Date: Wed, 15 Jul 2015 19:14:04 +0000 Subject: [PATCH] Fix pexp. --- net/sslh/Makefile | 3 ++- net/sslh/pkg/sslh_fork.rc | 4 ++-- net/sslh/pkg/sslh_select.rc | 4 ++-- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/net/sslh/Makefile b/net/sslh/Makefile index 82aaf1a46e3..64f31c5aa27 100644 --- a/net/sslh/Makefile +++ b/net/sslh/Makefile @@ -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 diff --git a/net/sslh/pkg/sslh_fork.rc b/net/sslh/pkg/sslh_fork.rc index 540b276ecfc..8f373822a61 100644 --- a/net/sslh/pkg/sslh_fork.rc +++ b/net/sslh/pkg/sslh_fork.rc @@ -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 diff --git a/net/sslh/pkg/sslh_select.rc b/net/sslh/pkg/sslh_select.rc index 57d0dffd98c..60581d71978 100644 --- a/net/sslh/pkg/sslh_select.rc +++ b/net/sslh/pkg/sslh_select.rc @@ -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