devilproxytor noticed tor_gencert isn't needed, so remove it.

svn:r12003
This commit is contained in:
Andrew Lewman 2007-10-17 19:57:18 +00:00
parent b545fb5f7e
commit d3a6276031
1 changed files with 4 additions and 1 deletions

View File

@ -287,7 +287,6 @@ exit 0
%{_bindir}/torctl
%{_bindir}/torify
%{_bindir}/tor-resolve
%{_bindir}/tor-gencert
%config %{_initrddir}/%{name}
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/logrotate.d/%{name}
%dir %attr(0755,root,%{torgroup}) %{_sysconfdir}/%{name}/
@ -298,6 +297,10 @@ exit 0
%changelog
* Wed Oct 17 2007 Andrew Lewman <phobos@rootme.org>
- Remove tor_gencert as this feature isn't backported yet.
- Confirm all we really need is libevent 1.1a at a minimum
* Tue Feb 27 2007 Andrew Lewman <phobos@rootme.org>
- Fix a potential race condition in how we determine the running state of tor. Found by Stefan Nordhausen.
- see OR-CVS for details