Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Aug 2018 15:37:38 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r478322 - in head/security/i2pd: . files
Message-ID:  <201808281537.w7SFbcLD015474@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808281537.w7SFbcLD015474>