Re: tcsh

2002-05-19 Thread Jordan DeLong

On Sun, May 19, 2002 at 06:14:09PM +0200, Riccardo Torrini wrote:
> If exists a directory named "sort" tcsh chdir to that dir instead of
> executing sort present in path (and no, I have no "." anywere in path)
> 

You probably have the 'implicitcd' option on.

-- 
Jordan DeLong
[EMAIL PROTECTED]




msg38548/pgp0.pgp
Description: PGP signature


Re: The future of perl on FreeBSD

2002-05-09 Thread Jordan DeLong

On Thu, May 09, 2002 at 05:31:49PM +0200, Sheldon Hearn wrote:
> 
> On Thu, 09 May 2002 08:24:57 MST, Joseph Scott wrote:
> 
> > This may sound like an extremely silly little idea, but is there
> > any reason why we can't just replace /usr/bin/perl with a shell script
> > that prints out something like :
> > 
> > Perl is no longer comes with the base install of FreeBSD, please install
> > it from your ports collection, in /usr/ports/lang/perl5.
> 
> We don't want the port to overwrite a script that exists in userland,
> and we don't want installworld blowing away (or, even worse, following)
> the port's symlink.
> 
> Symlink or redirector, but please not this. :-)

Shouldn't ports *not* touch anything outside of ${PREFIX}?  I, for
one, can't stand when ports do that (except /etc/shells -- that's
different).

Seems that neither symlink nor redirector is neccesary; portable
perl shebangs use #!/usr/bin/env perl to search $PATH for it, and
if the local sysadmin wants they can make a symlink.

-- 
Jordan DeLong
[EMAIL PROTECTED]




msg38119/pgp0.pgp
Description: PGP signature