--- file_not_specified_in_diff +++ file_not_specified_in_diff @@ -, +, @@ --- tor-0.2.1.19/contrib/tor.logrotate.in +++ tor-0.2.1.19/contrib/tor.logrotate.in @@ -1,4 +1,4 @@ -@LOCALSTATEDIR@/log/tor/*log { +/var/log/tor/*.log { daily rotate 5 compress @@ -6,9 +6,9 @@ missingok notifempty # you may need to change the username/groupname below - create 0640 _tor _tor + create 0640 tor tor sharedscripts postrotate - /etc/init.d/tor reload > /dev/null + /etc/init.d/tor reload > /dev/null || true endscript }