Fix pexp.

This commit is contained in:
ajacoutot 2015-07-15 21:03:23 +00:00
parent e25627d96b
commit e122ab3a0c
2 changed files with 4 additions and 3 deletions

View File

@ -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 <james@calminferno.net>

View File

@ -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() {