Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Aug 2002 13:54:45 -0700 (PDT)
From:      Joerg Wunsch <joerg@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.bin/perl pathnames.h perl.c
Message-ID:  <200208212054.g7LKsja8062092@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
joerg       2002/08/21 13:54:45 PDT

  Modified files:
    usr.bin/perl         perl.c 
  Added files:
    usr.bin/perl         pathnames.h 
  Log:
  For scripts that are called in non-login environments (in particular
  mail filters), the /usr/bin/perl dummy fails since it assumes that the
  installed package could be reached via the existing $PATH.  Also,
  since we are obviously looking for a perl installed by a package, we
  should make sure that at least the default package bindir is being
  searched.
  
  Revision  Changes    Path
  1.1       +31 -0     src/usr.bin/perl/pathnames.h (new)
  1.4       +21 -1     src/usr.bin/perl/perl.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200208212054.g7LKsja8062092>