- Resolve pid issue at startup due to conf.d parsing order

- Bump PORTREVISION

PR:		221822
Reported by:	Kamil Choudhury
This commit is contained in:
Ryan Steinmetz 2018-02-20 13:11:22 +00:00
parent d7c1dd0a50
commit bb40f76da8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=462395
2 changed files with 3 additions and 2 deletions

View File

@ -3,6 +3,7 @@
PORTNAME= stunnel
PORTVERSION= 5.44
PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= security
MASTER_SITES= https://www.stunnel.org/downloads/%SUBDIR%/ \
@ -110,7 +111,7 @@ post-build:
post-install:
${MKDIR} ${STAGEDIR}${ETCDIR}/conf.d/
${INSTALL_DATA} ${FILESDIR}/pid.conf ${STAGEDIR}${ETCDIR}/conf.d/
${INSTALL_DATA} ${FILESDIR}/pid.conf ${STAGEDIR}${ETCDIR}/conf.d/00-pid.conf
cert:
@${ECHO} ""

View File

@ -1,7 +1,7 @@
bin/stunnel
bin/stunnel3
%%ETCDIR%%/stunnel.conf-sample
%%ETCDIR%%/conf.d/pid.conf
%%ETCDIR%%/conf.d/00-pid.conf
lib/stunnel/libstunnel.a
lib/stunnel/libstunnel.so
man/man8/stunnel.8.gz