Use ksh, not sh, in rc script.
ok rsadowski@ (maintainer)
This commit is contained in:
parent
d529d286e7
commit
c5e85cdd59
@ -1,10 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2018/07/09 12:22:16 rsadowski Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2018/07/15 22:03:50 bentley Exp $
|
||||
|
||||
COMMENT = P2P payment system
|
||||
|
||||
GH_ACCOUNT = bitcoin
|
||||
GH_PROJECT = bitcoin
|
||||
GH_TAGNAME = v0.16.1
|
||||
REVISION = 0
|
||||
|
||||
SHARED_LIBS += bitcoinconsensus 0.0 # 0.0
|
||||
SHARED_LIBS += secp256k1 0.0 # 0.0
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
#!/bin/ksh
|
||||
#
|
||||
# $OpenBSD: bitcoind.rc,v 1.1.1.1 2018/07/09 12:22:16 rsadowski Exp $
|
||||
# $OpenBSD: bitcoind.rc,v 1.2 2018/07/15 22:03:50 bentley Exp $
|
||||
|
||||
daemon="${TRUEPREFIX}/bin/bitcoind"
|
||||
daemon_timeout="300"
|
||||
|
Loading…
Reference in New Issue
Block a user