Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=homepage-ng.git;a=commitdiff;h=012c5e90a0cfcb2fee745189e48e096a0870bbb4
commit 012c5e90a0cfcb2fee745189e48e096a0870bbb4 Author: Miklos Vajna <[EMAIL PROTECTED]> Date: Sun Mar 23 23:36:43 2008 +0100 correct ftp_path and rsync_path for ftp7 diff --git a/frugalware/xml/mirrors2.xml b/frugalware/xml/mirrors2.xml index 3cf53d3..355be23 100644 --- a/frugalware/xml/mirrors2.xml +++ b/frugalware/xml/mirrors2.xml @@ -87,9 +87,9 @@ If you modify this file, be sure it's still valid - xmllint is your friend. <mirror> <id>7</id> <type>ftp</type> - <ftp_path>pub/linux/frugalware</ftp_path> + <ftp_path>pub/frugalware</ftp_path> <http_path></http_path> - <rsync_path>frugalware/frugalware</rsync_path> + <rsync_path></rsync_path> <host>ftp.botux.net</host> <country>French</country> <supplier>botux.net</supplier> _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
