svn commit: r478322 - in head/security/i2pd: . files

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Aug 28 15:37:40 UTC 2018


Author: amdmi3
Date: Tue Aug 28 15:37:38 2018
New Revision: 478322
URL: https://svnweb.freebsd.org/changeset/ports/478322

Log:
  - Fix log rotation by using right signal to make i2pd reopen its logfile
  
  PR:		230714
  Reported by:	eugen

Modified:
  head/security/i2pd/Makefile
  head/security/i2pd/files/i2pd.newsyslog.conf.in

Modified: head/security/i2pd/Makefile
==============================================================================
--- head/security/i2pd/Makefile	Tue Aug 28 15:15:39 2018	(r478321)
+++ head/security/i2pd/Makefile	Tue Aug 28 15:37:38 2018	(r478322)
@@ -3,6 +3,7 @@
 
 PORTNAME=	i2pd
 PORTVERSION=	2.20.0
+PORTREVISION=	1
 CATEGORIES=	security net-p2p
 
 MAINTAINER=	amdmi3 at FreeBSD.org

Modified: head/security/i2pd/files/i2pd.newsyslog.conf.in
==============================================================================
--- head/security/i2pd/files/i2pd.newsyslog.conf.in	Tue Aug 28 15:15:39 2018	(r478321)
+++ head/security/i2pd/files/i2pd.newsyslog.conf.in	Tue Aug 28 15:37:38 2018	(r478322)
@@ -1,2 +1,2 @@
 # logfilename          owner:group        mode count size when  flags pid_file               sig_num
-/var/log/i2pd/i2pd.log %%USER%%:%%GROUP%% 644  7     100  *     J     /var/run/i2pd/i2pd.pid 1
+/var/log/i2pd/i2pd.log %%USER%%:%%GROUP%% 644  7     100  *     J     /var/run/i2pd/i2pd.pid 30


More information about the svn-ports-head mailing list