[Lunar-commits] CVS: theedge/var/lib/lunar/plugins download-generic.plugin, 1.2, 1.3

Auke Kok sofar at lunar-linux.org
Mon Apr 4 13:36:33 UTC 2005


Update of /var/cvs/lunar/theedge/var/lib/lunar/plugins
In directory espresso.foo-projects.org:/home/sofar/active/theedge/var/lib/lunar/plugins

Modified Files:
	download-generic.plugin 
Log Message:
Add generic https:// to the plugins (needed for cvs module)


Index: download-generic.plugin
===================================================================
RCS file: /var/cvs/lunar/theedge/var/lib/lunar/plugins/download-generic.plugin,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- download-generic.plugin	24 Mar 2005 16:38:59 -0000	1.2
+++ download-generic.plugin	4 Apr 2005 13:36:31 -0000	1.3
@@ -12,7 +12,7 @@
 
 plugin_source_download_generic()  {
   # check if we can handle this type of URL:
-  if [ ${1:0:7} != "http://" -a ${1:0:6} != "ftp://" ]; then
+  if [ ${1:0:7} != "http://" -a ${1:0:8} != "https://" -a ${1:0:6} != "ftp://" ]; then
     return 2
   fi
   debug_msg "plugin_source_download_generic ($@)"



More information about the Lunar-commits mailing list