Skip to content

Commit e8f3c00

Browse files
authored
Merge pull request bitcoin#30 from spiritlinxl/master
Change the name from "bitcoin" to "bgold"
2 parents f917efb + d5510a4 commit e8f3c00

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

configure.ac

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ AC_CONFIG_HEADERS([src/config/bitcoin-config.h])
1414
AC_CONFIG_AUX_DIR([build-aux])
1515
AC_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

2222
dnl Unless the user specified ARFLAGS, force it to be cr
2323
AC_ARG_VAR(ARFLAGS, [Flags for the archiver, defaults to <cr> if not set])

contrib/init/bitcoind.openrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)