This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Cygwin: name of an lwp-request script (HEAD) clashes with /bin/head


On Fri, 27 Sep 2002 18:31:41 -0400 (EDT) Igor Pechtchanski <pechtcha@cs.nyu.edu> wrote:

> When installing LWP through CPAN, the installation creates the GET, HEAD
> and POST scripts in /usr/bin.  On Cygwin, the name HEAD clashes with an
> existing program, /bin/head.exe (Cygwin assumes a ".exe" extension if it
> cannot find a program, so /bin/head normally invokes /bin/head.exe).
> Windows mostly disallows files with the same name in different cases,
> unlike Unix, which has no trouble distinguishing between HEAD and head.
> So, to accommodate the users of Cygwin and others using case-insensitive
> filesystems, can the scripts GET, HEAD, and POST be renamed to GET.pl,
> HEAD.pl, and POST.pl?  Would this break a lot of existing functionality?
> Thank you.
>         Igor Pechtchanski
> P.S. I've cc'd the cygwin mailing list, as this is relevant to Cygwin.

Lwp-request strips both directory name and extension before it uses
$progname to determine $method, so adding an extension to the alias names
shouldn't bother lwp-request.

Part of the problem is that some installers have reported not seeing the
request whether to install the aliases or not if they are installing via
the CPAN shell.

-- 
Mac :})
** I normally forward private questions to the appropriate mail list. **
Ask Smarter: http://www.tuxedo.org/~esr/faqs/smart-questions.html
Give a hobbit a fish and he eats fish for a day.
Give a hobbit a ring and he eats fish for an age.


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]