]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Remove rc.d, as the 5 linux distributions I've checked do not use that
authorAndrew Lewman <andrew@torproject.org>
Sun, 11 Nov 2007 21:12:43 +0000 (21:12 +0000)
committerAndrew Lewman <andrew@torproject.org>
Sun, 11 Nov 2007 21:12:43 +0000 (21:12 +0000)
path anymore.

svn:r12483

contrib/tor.logrotate.in

index 9dd64476bb68c82abdad01c7597031998f26b9c6..429fc57005f1e3f4ff896c96de95b03c35d48603 100644 (file)
@@ -7,6 +7,6 @@
        notifempty
        sharedscripts
        postrotate
-               /etc/rc.d/init.d/tor reload > /dev/null
+               /etc/init.d/tor reload > /dev/null
        endscript
 }