[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[or-cvs] r12483: Remove rc.d, as the 5 linux distributions I've checked do no (tor/trunk/contrib)



Author: phobos
Date: 2007-11-11 16:12:43 -0500 (Sun, 11 Nov 2007)
New Revision: 12483

Modified:
   tor/trunk/contrib/tor.logrotate.in
Log:
Remove rc.d, as the 5 linux distributions I've checked do not use that
path anymore.


Modified: tor/trunk/contrib/tor.logrotate.in
===================================================================
--- tor/trunk/contrib/tor.logrotate.in	2007-11-11 20:33:17 UTC (rev 12482)
+++ tor/trunk/contrib/tor.logrotate.in	2007-11-11 21:12:43 UTC (rev 12483)
@@ -7,6 +7,6 @@
 	notifempty
 	sharedscripts
 	postrotate
-		/etc/rc.d/init.d/tor reload > /dev/null
+		/etc/init.d/tor reload > /dev/null
 	endscript
 }