notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: net-p2p/c-lightning/files/lightningd.in
SVNWeb

Number of commits found: 5

Mon, 22 Nov 2021
[ 11:52 Vasil Dimov (vd) search for other commits by this committer ]    commit hash:1ec29872bf758e541e7932b6c449d1a88b59b594  commit hash:1ec29872bf758e541e7932b6c449d1a88b59b594  commit hash:1ec29872bf758e541e7932b6c449d1a88b59b594  1ec2987 
net-p2p/c-lightning: Upgrade from 0.10.1 to 0.10.2
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:135fdeebb99c3569e42d8162b265e15d29bd937d  commit hash:135fdeebb99c3569e42d8162b265e15d29bd937d  commit hash:135fdeebb99c3569e42d8162b265e15d29bd937d  135fdee  (Only the first 10 of 2028 ports in this commit are shown above. View all ports for this commit)
all: Remove all other $FreeBSD keywords.
Tue, 17 Mar 2020
[ 17:23 vd search for other commits by this committer ] Original commit   Revision:528588
net-p2p/c-lightning: fix on head and wait bitcoind

* Fix compilation on FreeBSD 13-CURRENT

* Instruct rc(8) to start lightningd after bitcoind, if the latter is to be
  started on this host.

* Wait for bitcoind RPC to be available before starting lightningd because:
  - even though bitcoind would start and its rc script exit, it will not serve
    RPC requests immediately
  - lightningd would not start if bitcoind RPC is not available
Tue, 7 Jan 2020
[ 11:12 vd search for other commits by this committer ] Original commit   Revision:522323
net-p2p/c-lightning: fix bitcoin-cli exec setup

lightningd does execute bitcoin-cli internally during runtime.

Fix two problems with that:

* The bitcoin-cli executable is usually located in
  /usr/local/bin/bitcoin-cli but service(8) would remove /usr/local/bin
  from PATH before executing our rc script /usr/local/etc/rc.d/lightningd
  and so the lightningd daemon would inherit a PATH that does not contain
  bitcoin-cli. To fix this give the full path to bitcoin-cli to lightningd.

* bitcoin-cli(1) tries to create its datadir when it starts if it does not
  exist. By default that is ${HOME}/.bitcoin. service(8) would set HOME=/
  and if / is mounted read-only, then this creation would fail. Because we
  don't want this directory created (it is not necessary and remains empty)
  tell lightningd to execute
  bitcoin-cli --datadir=/some/directory/that/already/exists.

Also, append ${lightningd_extra_args} to the lightingd arguments. This was
forgotten in the initial commit and setting lightningd_extra_args would have
had no effect.

Reported by:	https://github.com/bitcoin-software
Tue, 31 Dec 2019
[ 16:36 vd search for other commits by this committer ] Original commit   Revision:521643 (Only the first 10 of 15 ports in this commit are shown above. View all ports for this commit)
net-p2p/c-lightning: Add a new port - Lightning Network implementation in C

A lighweight, highly customizable and standard compliant
implementation of the Lightning Network protocol.

https://github.com/ElementsProject/lightning

Number of commits found: 5