apache/apache.sh

Mon, 15 Oct 2012 21:23:58 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Mon, 15 Oct 2012 21:23:58 +0200
changeset 742
36814bf43709
permissions
-rw-r--r--

Update to new vendor version, disable flawed dtrace(1) logic, and remove
external dependency to v8 by leveraging the mitgelieferte provided v8
implementation. Seems that v8 is a project that distributes no versioned
code, very yucky.

     1 ##
     2 ##  apache.sh -- Apache Shell Environment Script
     3 ##
     5 #
     6 #   Run-time paths
     7 #
     9 export PATH="@l_path@"
    10 export LD_LIBRARY_PATH="@l_ld_library_path@"

mercurial