basho / node_package

RPM/Debian/FreeBSD/SmartOS/Solaris/OSX packaging templates for Erlang Nodes
Apache License 2.0
89 stars 63 forks source link

Don't use "Ctrl-C" to detach from "riak attach" console [JIRA: TOOLS-237] #197

Closed kesslerm closed 8 years ago

kesslerm commented 8 years ago

On some platforms (e.g. RHEL/CentOS), "Ctrl-C" immediately detaches the erlang process from the controlling terminal.

A better way to terminate the Eshell is to use the "Ctrl-G q" sequence, as advised by Eshell on startup.