Note, this isn't the right fix due to outstanding patches.
Package-get-base-filename no longer has the full EFS path, and is
relative to package-get-remote, which is initialized from
package-get-download-sites.
Jan, what do you think is the right place to insert the "anonymous@"?
Should we add it to each entry in package-get-download-sites?
greg
>>>> "Oscar" == Oscar Figueiredo
<Oscar.Figueiredo(a)di.epfl.ch>
>>>> writes:
Oscar>
Oscar> The package user interface will fail for all the users that have
Oscar> `efs-default-user' set to something else than "anonymous" or
"ftp". The
Oscar> attached patch should fix this.
Oscar>
Oscar> 1998-11-17 Oscar Figueiredo <Oscar.Figueiredo(a)di.epfl.ch>
Oscar>
Oscar> * package-get.el (package-get-base-filename): Add `anonymous' user
Oscar> prefix
Oscar>
Oscar> Index: lisp/package-get.el
Oscar> ===================================================================
Oscar> RCS file: /usr/CVSroot/XEmacs/xemacs-20/lisp/package-get.el,v
Oscar> retrieving revision 1.21
Oscar> diff -u -u -r1.21 package-get.el
Oscar> --- package-get.el 1998/10/16 06:25:25 1.21
Oscar> +++ package-get.el 1998/11/17 15:55:13
Oscar> @@ -179,7 +179,7 @@
Oscar> :group 'package-get)
Oscar>
Oscar> (defcustom package-get-base-filename
Oscar> - "/ftp.xemacs.org:/pub/xemacs/packages/package-index.LATEST"
Oscar> +
"/anonymous@ftp.xemacs.org:/pub/xemacs/packages/package-index.LATEST"
Oscar> "*Name of the default package database file, usually on
ftp.xemacs.org."
Oscar> :type 'file
Oscar> :group 'package-get)