[svn-commits] russell: branch 1.8 r283629 - in /branches/1.8: ./ keys/

SVN commits to the Digium repositories svn-commits at lists.digium.com
Thu Aug 26 07:48:49 CDT 2010


Author: russell
Date: Thu Aug 26 07:48:45 2010
New Revision: 283629

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=283629
Log:
Remove public keys that are no longer useful.

Removed:
    branches/1.8/keys/freeworlddialup.pub
    branches/1.8/keys/iaxtel.pub
Modified:
    branches/1.8/Makefile

Modified: branches/1.8/Makefile
URL: http://svnview.digium.com/svn/asterisk/branches/1.8/Makefile?view=diff&rev=283629&r1=283628&r2=283629
==============================================================================
--- branches/1.8/Makefile (original)
+++ branches/1.8/Makefile Thu Aug 26 07:48:45 2010
@@ -606,8 +606,6 @@
 
 	$(INSTALL) -m 644 doc/core-*.xml $(DESTDIR)$(ASTDATADIR)/documentation
 	$(INSTALL) -m 644 doc/appdocsxml.dtd $(DESTDIR)$(ASTDATADIR)/documentation
-	$(INSTALL) -m 644 keys/iaxtel.pub $(DESTDIR)$(ASTDATADIR)/keys
-	$(INSTALL) -m 644 keys/freeworlddialup.pub $(DESTDIR)$(ASTDATADIR)/keys
 	$(INSTALL) -m 644 doc/asterisk.8 $(DESTDIR)$(ASTMANDIR)/man8
 	$(INSTALL) -m 644 contrib/scripts/astgenkey.8 $(DESTDIR)$(ASTMANDIR)/man8
 	$(INSTALL) -m 644 contrib/scripts/autosupport.8 $(DESTDIR)$(ASTMANDIR)/man8




More information about the svn-commits mailing list