diff --git a/security/spiped/Makefile b/security/spiped/Makefile index e360e32f9cf..ec5d388d7be 100644 --- a/security/spiped/Makefile +++ b/security/spiped/Makefile @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.8 2015/03/14 20:52:50 jturner Exp $ +# $OpenBSD: Makefile,v 1.9 2015/07/15 21:03:23 ajacoutot Exp $ COMMENT = utility for creating secure pipes between socket addresses DISTNAME = spiped-1.5.0 CATEGORIES = security sysutils +REVISION = 0 MAINTAINER = James Turner diff --git a/security/spiped/pkg/spiped.rc b/security/spiped/pkg/spiped.rc index 40c928d42b1..38e8a98db17 100644 --- a/security/spiped/pkg/spiped.rc +++ b/security/spiped/pkg/spiped.rc @@ -1,6 +1,6 @@ #!/bin/sh # -# $OpenBSD: spiped.rc,v 1.1.1.1 2012/11/19 22:14:52 sthen Exp $ +# $OpenBSD: spiped.rc,v 1.2 2015/07/15 21:03:23 ajacoutot Exp $ daemon="${TRUEPREFIX}/bin/spiped" daemon_flags="-D -d -s '[0.0.0.0]:8022' -t '[127.0.0.1]:22' -k ${SYSCONFDIR}/spiped/spiped.key -p /var/run/spiped/spiped.pid" @@ -8,7 +8,7 @@ daemon_user="_spiped" . /etc/rc.d/rc.subr -pexp="${daemon}" +pexp="${daemon} .*" rc_reload=NO rc_pre() {