summaryrefslogtreecommitdiff
path: root/social/bitcoin-daemon/rc.bitcoind
diff options
context:
space:
mode:
authorJoshua Ismael Haase Hernández <hahj87@gmail.com>2011-07-07 21:41:42 -0500
committerJoshua Ismael Haase Hernández <hahj87@gmail.com>2011-07-07 21:41:42 -0500
commita385416a6942ab9609019b97b8a8aa3068b6812e (patch)
treecc55f608327aa7640c12e3220116fb24564cf780 /social/bitcoin-daemon/rc.bitcoind
parente99a90fb121148ecfdd29c63446c42474c4e2433 (diff)
parentf4b22150c67a332d15bbbf322ab34066b0dfafb6 (diff)
Merge branch 'master' of vparabola:~/projects/abslibre
Conflicts: libre/libretools/PKGBUILD
Diffstat (limited to 'social/bitcoin-daemon/rc.bitcoind')
-rw-r--r--social/bitcoin-daemon/rc.bitcoind2
1 files changed, 1 insertions, 1 deletions
diff --git a/social/bitcoin-daemon/rc.bitcoind b/social/bitcoin-daemon/rc.bitcoind
index 98d713ffd..be09251d1 100644
--- a/social/bitcoin-daemon/rc.bitcoind
+++ b/social/bitcoin-daemon/rc.bitcoind
@@ -6,7 +6,7 @@
case "$1" in
start)
stat_busy "Starting bitcoind"
- su -s /bin/bash -c "nohup bitcoind -gen -datadir=/var/lib/bitcoin-daemon &" bitcoin > /dev/null 2>&1
+ su -s /bin/bash -c "nohup bitcoind -gen=0 -datadir=/var/lib/bitcoin-daemon &" bitcoin > /dev/null 2>&1
if [ $? -gt 0 ]; then
stat_fail
else