Skip to content

Commit

Permalink
Change the name from "bitcoin" to "bgold"
Browse files Browse the repository at this point in the history
  • Loading branch information
spiritlinxl committed Oct 14, 2017
1 parent f917efb commit 08cef73
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ AC_CONFIG_HEADERS([src/config/bitcoin-config.h])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([build-aux/m4])

BITCOIN_DAEMON_NAME=bitcoind
BITCOIN_GUI_NAME=bitcoin-qt
BITCOIN_CLI_NAME=bitcoin-cli
BITCOIN_TX_NAME=bitcoin-tx
BITCOIN_DAEMON_NAME=bgold
BITCOIN_GUI_NAME=bgold-qt
BITCOIN_CLI_NAME=bgold-cli
BITCOIN_TX_NAME=bgold-tx

dnl Unless the user specified ARFLAGS, force it to be cr
AC_ARG_VAR(ARFLAGS, [Flags for the archiver, defaults to <cr> if not set])
Expand Down
2 changes: 1 addition & 1 deletion contrib/init/bitcoind.openrc
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ checkconfig()
eerror "It is also recommended that you also set alertnotify so you are "
eerror "notified of problems:"
eerror ""
eerror "ie: alertnotify=echo %%s | mail -s \"Bitcoin Alert\"" \
eerror "ie: alertnotify=echo %%s | mail -s \"Bitcoin Gold Alert\"" \
"[email protected]"
eerror ""
return 1
Expand Down

0 comments on commit 08cef73

Please sign in to comment.