Hi,
Here is the patch for NetBSD packages. `packages' is the same as
`port' on FreeBSD and it is installed in /usr/pkg by default.
--- tramp.el Wed Aug 23 21:50:42 2000
+++ /tmp/tramp.el Thu Aug 24 01:11:36 2000
@@ -640,7 +640,7 @@
(defcustom tramp-remote-path
'("/bin" "/usr/bin" "/usr/sbin" "/usr/local/bin" "/usr/ccs/bin"
"/local/bin" "/local/freeware/bin" "/local/gnu/bin"
- "/usr/freeware/bin")
+ "/usr/freeware/bin" "/usr/pkg/bin")
"*List of directories to search for executables on remote host.
Please notify me about other semi-standard directories to include here.
--
Yuji Yamano