>>>> "Jeff" == Jeff Miller
<jmiller(a)smart.net> writes:
>>>> "sb" == SL Baur <steve(a)xemacs.org>
writes:
sb> [redirected to xemacs-beta]
sb> gnuserv in XEmacs isn't installed into a user-visible directory and
sb> the XEmacs architecture specific directory should get prepended to the
sb> search patch, right?
Jeff> I suggested this a long time ago. This would also fix a lot of the
Jeff> movemail problems, or any other exe where we're expecting a certain
Jeff> version of something. Right now, old tm installations, gnats, metamail
Jeff> etc can potentially screw us over.
Whether progs in exec-directory are run without benefit of PATH is a
judgment call.
The `gnuserv' executable is tightly bound to the XEmacs it works with,
so gnuserv should be executed directly from `exec-directory', without
using PATH.
`movemail' in `exec-directory', on the other hand, is less likely to
be an improvement on the movemail earlier in the PATH. In particular,
it is less likely to be properly setgid. So movemail should be
exec'ed using PATH.
Martin