File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ AC_CONFIG_HEADERS([src/config/bitcoin-config.h])
1414AC_CONFIG_AUX_DIR ( [ build-aux] )
1515AC_CONFIG_MACRO_DIR ( [ build-aux/m4] )
1616
17- BITCOIN_DAEMON_NAME=bitcoind
18- BITCOIN_GUI_NAME=bitcoin -qt
19- BITCOIN_CLI_NAME=bitcoin -cli
20- BITCOIN_TX_NAME=bitcoin -tx
17+ BITCOIN_DAEMON_NAME=bgoldd
18+ BITCOIN_GUI_NAME=bgold -qt
19+ BITCOIN_CLI_NAME=bgold -cli
20+ BITCOIN_TX_NAME=bgold -tx
2121
2222dnl Unless the user specified ARFLAGS, force it to be cr
2323AC_ARG_VAR ( ARFLAGS , [ Flags for the archiver, defaults to <cr> if not set] )
Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ checkconfig()
8484 eerror "It is also recommended that you also set alertnotify so you are "
8585 eerror "notified of problems:"
8686 eerror ""
87- eerror "ie: alertnotify=echo %%s | mail -s \"Bitcoin Alert\"" \
87+ eerror "ie: alertnotify=echo %%s | mail -s \"Bitcoin Gold Alert\"" \
8888 "admin@foo.com"
8989 eerror ""
9090 return 1
You can’t perform that action at this time.
0 commit comments