Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 Dec 2006 11:07:29 +0000 (UTC)
From:      Yar Tikhiy <yar@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/etc rc.subr
Message-ID:  <200612311107.kBVB7TrP042343@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
yar         2006-12-31 11:07:29 UTC

  FreeBSD src repository

  Modified files:
    etc                  rc.subr 
  Log:
  Allow for /usr/bin/env when parsing the shebang line from an
  interpreted $command.  Some "portable" sofware packages use such a
  line to skip the task of figuring out the absolute pathname of the
  interpreter at install time, e.g.:
  
          #!/usr/bin/env python
  
  It is insecure, but a popular book on Python seems to have advised
  it to a wide audience.  Hence a number of such scripts in the ports,
  mostly written in Python.
  
  PR:             bin/100287
  MFC after:      1 week
  
  Revision  Changes    Path
  1.73      +5 -0      src/etc/rc.subr



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