Use ksh, not sh, in rc script.

ok rsadowski@ (maintainer)
This commit is contained in:
bentley 2018-07-15 22:03:50 +00:00
parent d529d286e7
commit c5e85cdd59
2 changed files with 4 additions and 3 deletions

View File

@ -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

View File

@ -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"