Преглед на файлове

Remove rc.d, as the 5 linux distributions I've checked do not use that
path anymore.


svn:r12483

Andrew Lewman преди 18 години
родител
ревизия
635cfd7465
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      contrib/tor.logrotate.in

+ 1 - 1
contrib/tor.logrotate.in

@@ -7,6 +7,6 @@
 	notifempty
 	notifempty
 	sharedscripts
 	sharedscripts
 	postrotate
 	postrotate
-		/etc/rc.d/init.d/tor reload > /dev/null
+		/etc/init.d/tor reload > /dev/null
 	endscript
 	endscript
 }
 }