aboutsummaryrefslogtreecommitdiffstats
path: root/priv
AgeCommit message (Expand)Author
2016-06-17Remove a non-POSIX command.soranoba
2016-06-16If cookie is not exist in vm.args, it use the cookie in ~/.erlang.cookiesoranoba
2016-05-28install and start release in Windows 7/XPFred Hebert
2016-04-26Fix: does not contain the part of the commandsoranoba
2016-03-31Merge pull request #459 from djnym/erlang_hostnamev3.19.0Tristan Sloughter
2016-03-28provide eval command for nodetool and start scriptAnthony Molinaro
2016-03-22get nodename from erlang, not hostnameAnthony Molinaro
2016-03-22Use standard flags to odHakan Nilsson
2016-01-23replacing OS vars: use .orig files to prevent overwritingerlanger
2016-01-22replacing OS vars: comply with otp sys.config requirementerlanger
2015-12-31Revert "Enhance evaluation of environment variables"revert-426-varsTristan Sloughter
2015-12-30Allow console to set code loading mode based on defaults.Shawn Debnath
2015-12-22Enhance the variable replacementSerge Aleynikov
2015-12-22Optimize evaluation of environment variablesSerge Aleynikov
2015-11-19make remote shell a hidden node so they don't try to join each otherTristan Sloughter
2015-11-06fix upgrade/install/unpack command bugpaul
2015-10-04continue extended_bin script execution after VMARGS checksartygus
2015-09-27make short name the default in vmargsTristan Sloughter
2015-09-24Merge pull request #395 from essen/masterv3.7.0Tristan Sloughter
2015-09-24Merge pull request #399 from priestjim/feature/startup-script-fixesTristan Sloughter
2015-09-24Regression fix on startup script improvementsPanagiotis PJ Papadomitsos
2015-09-22Add rpc|rpcterms to nodetool usageLoïc Hoguin
2015-09-21Adding shebang to escriptDavid Leach
2015-09-15Startup script improvementsPanagiotis PJ Papadomitsos
2015-08-04'od' only needs to read 4 bytes of random dataGarret Smith
2015-07-20Fix start script not loading sys.config in consoleCarlosEDP
2015-07-18fix console_clean in dev_mode by always creating start_clean.bootTristan Sloughter
2015-06-23Adjust local variable naming per review commentsJared Morrow
2015-06-23Remove bashisms from run scriptsJared Morrow
2015-05-08use mustache instead of erlydtl for overlaysTristan Sloughter
2015-04-04Replace "cut -d ' ' -f2" with "awk '{print $2}'" so it will work on a mac, wh...Jay Doane
2015-04-04Replace "-s init stop" with "halt()" in relx_get_longnameJay Doane
2015-03-31Replace "-s init stop" with halt()Jay Doane
2015-03-31support spaces in erl path in windows scriptTristan Sloughter
2015-03-31Merge pull request #316 from davidw/fix_hostname_lookup2Tristan Sloughter
2015-03-31Merge pull request #260 from syl20bnr/remove_uneeded_charsTristan Sloughter
2015-02-17Use 'erl' to determine Erlang hostname rather than nodetoolDavid N. Welton
2015-01-31don't use CONFIG_PATH os var, fixes #241Tristan Sloughter
2015-01-30expose rpc and rpcterms functionality from extended bins scriptTristan Sloughter
2015-01-28support rpcterms with no args or argstring in nodetoolTristan Sloughter
2015-01-27treat rpcterm args as a string not a list of elementsTristan Sloughter
2015-01-11Merge pull request #296 from tsloughter/basic_binJordan Wilberding
2015-01-10handle the renaming of the boot script to start.boot in basic bin scriptTristan Sloughter
2015-01-06add unpack option to install scriptsTristan Sloughter
2014-12-25No need to output -1 since error codes are straightened out.Luke Bakken
2014-12-24Explicitly use 'exit 1' to exitLuke Bakken
2014-12-24Add `pid` to usageLuke Bakken
2014-12-24Use nodetool to get VM PIDLuke Bakken
2014-12-11check for CODE_LOADING_MODE in extended bin script, default to 'embedded'Richard Jones
2014-11-22if include_erts is false, do not include stdlibsTristan Sloughter