summaryrefslogtreecommitdiff
path: root/packages/net-misc/tor/files/tor.logrotate.in.patch
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss@sss.chaoslab.ru>2018-07-11 19:21:19 +0300
committerGluzskiy Alexandr <sss@sss.chaoslab.ru>2018-07-11 19:21:19 +0300
commit5e351f4ee85102acc1fca033f6ba86ff7fe3705a (patch)
tree173aea419b3c754421c3ae7c00a3dd3f08bfc3de /packages/net-misc/tor/files/tor.logrotate.in.patch
parentbb21f1eb84acdf92d5eb628db9fc80f25e2cc4fe (diff)
moved edited exherbo packages to separate repo "git://sss.chaoslab.ru/exherbo-edits-repo.git"
added latest codelite stable tag release as git-master failing to build
Diffstat (limited to 'packages/net-misc/tor/files/tor.logrotate.in.patch')
-rw-r--r--packages/net-misc/tor/files/tor.logrotate.in.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/packages/net-misc/tor/files/tor.logrotate.in.patch b/packages/net-misc/tor/files/tor.logrotate.in.patch
deleted file mode 100644
index 083913f..0000000
--- a/packages/net-misc/tor/files/tor.logrotate.in.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-Source: Gentoo (bug #178975)
-Upstream: no
-Reason: Logrotate script fails if Tor is not running. This should really go
- upstream.
-
-diff -ruN tor-0.2.5.10.orig/contrib/operator-tools/tor.logrotate.in tor-0.2.5.10/contrib/operator-tools/tor.logrotate.in
---- tor-0.2.5.10.orig/contrib/operator-tools/tor.logrotate.in 2014-06-27 23:45:19.000000000 +0200
-+++ tor-0.2.5.10/contrib/operator-tools/tor.logrotate.in 2014-11-01 09:06:46.466585311 +0100
-@@ -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
- }