It beats me why this problem hasn't shown any earlier, but
following
patch against efs-1.19 seems obvious. Did I miss anything?
FWIW, I heartily approve of this patch. It's not just "List and
Install" that fails; recently I've been getting just a *ton* of errors
like this:
(1) (error/warning) Error in process filter: (ftp-error FTP Error: CWD
550 /home/cgw/enstore/src/CVS/Entries/: Not a directory. failed: )
whenever using EFS. I'm quite glad to see a fix for this. Your change
certainly looks correct to me.
diff -u -r1.9 efs.el
--- efs.el 2000/05/19 16:00:54 1.9
+++ efs.el 2000/07/11 10:17:48
@@ -6351,7 +6351,7 @@
(or (and efs-allow-child-lookup
(efs-allow-child-lookup host-type
host user r-dir file)
- (setq ent (efs-get-files path t))
+ (setq ent (efs-get-files dir t))
(efs-get-hash-entry "." ent))
;; i.e. it's a directory by child lookup
(efs-get-hash-entry