svn commit: r404611 - head/net/ss5

Jason Unovitch junovitch at FreeBSD.org
Mon Dec 28 00:47:33 UTC 2015


Author: junovitch
Date: Mon Dec 28 00:47:31 2015
New Revision: 404611
URL: https://svnweb.freebsd.org/changeset/ports/404611

Log:
  net/ss5: add /var/log/ss5 to plist
  
  - Create /var/log/ss5 to prevent segfault upon service start
  
  PR:		199516
  Reported by:	dewayne at heuristicsystems.com.au
  Approved by:	maintainer timeout (8 months)
  MFH:		2015Q4 (plist fix blanket)

Modified:
  head/net/ss5/Makefile
  head/net/ss5/pkg-plist

Modified: head/net/ss5/Makefile
==============================================================================
--- head/net/ss5/Makefile	Mon Dec 28 00:44:17 2015	(r404610)
+++ head/net/ss5/Makefile	Mon Dec 28 00:47:31 2015	(r404611)
@@ -4,7 +4,7 @@
 PORTNAME=	ss5
 PORTVERSION=	3.8.5
 DISTVERSIONSUFFIX=	-1
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	net security
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}${DISTVERSIONSUFFIX}
 
@@ -34,6 +34,7 @@ post-patch:
 		${WRKSRC}/include/config.h.in
 
 post-install:
+	${MKDIR} ${STAGEDIR}/var/log/ss5
 	${INSTALL_DATA} ${WRKSRC}/conf/ss5.conf \
 		${STAGEDIR}${PREFIX}/etc/ss5/ss5.conf.sample
 	${INSTALL_DATA} ${WRKSRC}/conf/ss5.ha \

Modified: head/net/ss5/pkg-plist
==============================================================================
--- head/net/ss5/pkg-plist	Mon Dec 28 00:44:17 2015	(r404610)
+++ head/net/ss5/pkg-plist	Mon Dec 28 00:47:31 2015	(r404611)
@@ -33,4 +33,5 @@ sbin/ss5srv
 %%DOCSDIR%%/README.ldap
 %%DOCSDIR%%/README.pam
 %%DOCSDIR%%/README.statmgr
+ at dir /var/log/ss5
 @dir /var/run/ss5


More information about the svn-ports-all mailing list