This commit introduces couple of breaking, but important changes for
ElasticSearch:
1. The cluster is given a reasonably unique, though human-friendly name,
based on the current user login name (`ENV['USER']`). This minimizes
conflicts and dubious [MasterNotDiscoveredException] errors when running
a development cluster eg. within an office, on multiple workstations,
with open firewalls.
2. This means the _path to data has changed_ and users will have to move
it manually to new location. It should be safe to do so, while ES is not
running.
3. The log files location also changed to a more appropriate one.
4. Standard error and ouput streams were redirected to /dev/null within
the `plist` definition, since ES provides enough logging already.
The changes should be forward compatible with the complete rewrite of ES
config file in <https://github.com/elasticsearch/elasticsearch/blob/master/config/elasticsearch.yml>.
ClosesHomebrew/homebrew#7946.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Updated Formula for GNU Maxima to the latest version (5.25.1), as of 22
October 2011, and added a test method to non-interactively run the Maxima
self-test suite. (Not every test is expected to pass, but this will at least
give the user an indication that Maxima is installed properly, and allow the
user to check for egregious errors.)
ClosesHomebrew/homebrew#8246.
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
The bash completion shipped with cabal-install package is now installed
to bash_completion.d directory.
ClosesHomebrew/homebrew#8261.
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
This brew has been marked as keg_only because it can conflict with 'mysql' if
it's arelady installed. ($prefix/bin/mysql*)
ClosesHomebrew/homebrew#7385.
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
physfs-2.0.2 update formula to build out of source, and specify
-DPHYSFS_BUILD_TEST=TRUE so that we compile a cli named test_physfs
that lets you interactively operate on supported archives
(e.g. Quake II PAKs or DOOM WADs). There were no problems with
64bit OSX 10.6.8 with gcc, llvm, or clang from XCode 4.0.2.
ClosesHomebrew/homebrew#8273.
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
Instead of symlinking the execs themselves, launch a script with the
hard-coded path. This is similar to how adb works in the android-sdk.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>