mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-22 21:43:03 -04:00
net-p2p/monero: init.d swap need net to use net
daemon does not not need to restart when net restarts also fix ExcessiveLineLength Signed-off-by: Filip Kobierski <fkobi@pm.me>
This commit is contained in:
@@ -16,7 +16,7 @@ retry="SIGTERM/30/SIGKILL/5"
|
|||||||
|
|
||||||
depend() {
|
depend() {
|
||||||
need localmount
|
need localmount
|
||||||
need net
|
use net
|
||||||
}
|
}
|
||||||
|
|
||||||
start_pre() {
|
start_pre() {
|
||||||
|
|||||||
@@ -68,7 +68,9 @@ src_configure() {
|
|||||||
src_compile() {
|
src_compile() {
|
||||||
local targets=()
|
local targets=()
|
||||||
use daemon && targets+=(daemon)
|
use daemon && targets+=(daemon)
|
||||||
use tools && targets+=(blockchain_{ancestry,blackball,db,depth,export,import,prune,prune_known_spent_data,stats,usage})
|
use tools && targets+=(
|
||||||
|
blockchain_{ancestry,blackball,db,depth,export,import,prune,prune_known_spent_data,stats,usage}
|
||||||
|
)
|
||||||
use wallet-cli && targets+=(simplewallet)
|
use wallet-cli && targets+=(simplewallet)
|
||||||
use wallet-rpc && targets+=(wallet_rpc_server)
|
use wallet-rpc && targets+=(wallet_rpc_server)
|
||||||
cmake_build ${targets[@]}
|
cmake_build ${targets[@]}
|
||||||
Reference in New Issue
Block a user