Browse Source
* Updates package description to note that blockchain now takes 2+ GB instead of 150+ MB. * Stop creating DB_CONFIG with DB_LOG_AUTO_REMOVE as that is set in Bitcoin itself now. * Update changelog with 0.6.2 and the current updates.0.8
Matt Corallo
13 years ago
5 changed files with 15 additions and 24 deletions
@ -1,16 +0,0 @@ |
|||||||
#!/bin/sh |
|
||||||
|
|
||||||
set -e |
|
||||||
|
|
||||||
umask 077 |
|
||||||
|
|
||||||
basedir=~/.bitcoin |
|
||||||
dbfile="$basedir/DB_CONFIG" |
|
||||||
cfgfile="$basedir/bitcoin.conf" |
|
||||||
|
|
||||||
[ -e "$basedir" ] || mkdir "$basedir" |
|
||||||
|
|
||||||
# Bitcoin does not clean up DB log files by default |
|
||||||
[ -e "$dbfile" ] || echo 'set_flags DB_LOG_AUTOREMOVE' > "$dbfile" |
|
||||||
|
|
||||||
exec /usr/lib/bitcoin/bitcoin-qt "$@" |
|
Loading…
Reference in new issue