summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Lewman <andrew@torproject.org>2007-11-11 21:12:43 +0000
committerAndrew Lewman <andrew@torproject.org>2007-11-11 21:12:43 +0000
commit635cfd74657c0ec27970886c11822b2c0dfc489e (patch)
treede10430f93b3bcbc87ed551c9a9df4997beab851
parent3c0013b47a563e22dad0ccf4dcf1cd1d2c6b93c0 (diff)
downloadtor-635cfd74657c0ec27970886c11822b2c0dfc489e.tar.gz
tor-635cfd74657c0ec27970886c11822b2c0dfc489e.zip
Remove rc.d, as the 5 linux distributions I've checked do not use that
path anymore. svn:r12483
-rw-r--r--contrib/tor.logrotate.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/tor.logrotate.in b/contrib/tor.logrotate.in
index 9dd64476bb..429fc57005 100644
--- a/contrib/tor.logrotate.in
+++ b/contrib/tor.logrotate.in
@@ -7,6 +7,6 @@
notifempty
sharedscripts
postrotate
- /etc/rc.d/init.d/tor reload > /dev/null
+ /etc/init.d/tor reload > /dev/null
endscript
}