Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: Previous zsh.yo.in patch wasn't good enough
- X-seq: zsh-workers 8909
- From: Zefram <zefram@xxxxxxxx>
- To: schaefer@xxxxxxxxxxxxxxxxxxxxxxx (Bart Schaefer)
- Subject: Re: PATCH: Previous zsh.yo.in patch wasn't good enough
- Date: Mon, 6 Dec 1999 10:22:33 +0000 (GMT)
- Cc: zsh-workers@xxxxxxxxxxxxxx
- In-reply-to: <991205165636.ZM23631@xxxxxxxxxxxxxxxxxxxxxxx> from Bart Schaefer at "Dec 5, 1999 4:56:36 pm"
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
Bart Schaefer wrote:
>} We should probably also rename the lib directory, though this would
>} require additional effort to compile the transformed name into the
>} executable. Same for the share directory.
>
>Ick. This is enough to make me want to back off the name transformations
>entirely.
It's not too bad. These pathnames are already variable.
The purpose of program name transformations is to avoid clashes with
other programs of the same name. In the case of zsh, this is only likely
to be a clash with another installation of zsh, but it's still a need.
(For example, one of the places where I used to install zsh regularly
is now required to avoid clashes with the names of system-installed
programs -- including the system's zsh 2.4 installation.) The clash can
apply to lib directories just as it can to binary names, where there are
multiple installations with the same pathname prefix. We really should
apply the transform to *all* installed filenames.
-zefram
Messages sorted by:
Reverse Date,
Date,
Thread,
Author