From: Nick Mathewson Date: Sat, 24 Dec 2005 17:59:33 +0000 (+0000) Subject: Add missing file from last commit. Can the debian package use any of these recent... X-Git-Tag: tor-0.1.1.11-alpha~144 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ad55cb36c305977db1fa44baf8c846a558a80bc6;p=thirdparty%2Ftor.git Add missing file from last commit. Can the debian package use any of these recent changes? svn:r5640 --- diff --git a/contrib/tor.logrotate.in b/contrib/tor.logrotate.in new file mode 100644 index 0000000000..9dd64476bb --- /dev/null +++ b/contrib/tor.logrotate.in @@ -0,0 +1,12 @@ +@LOCALSTATEDIR@/log/tor/*log { + daily + rotate 5 + compress + delaycompress + missingok + notifempty + sharedscripts + postrotate + /etc/rc.d/init.d/tor reload > /dev/null + endscript +}