diff options
author | Britney Fransen <brfransen@gmail.com> | 2019-04-10 17:53:46 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2019-04-10 17:53:46 (GMT) |
commit | ab65de79900d42c2042a370257bcf8a42c6a2b6c (patch) | |
tree | 561c015c3572d9b53d38c1a2475675e89240d073 | |
parent | 5b923b0053af44f871883315c16ef131adaa7f4c (diff) | |
download | linhes_pkgbuild-ab65de79900d42c2042a370257bcf8a42c6a2b6c.zip linhes_pkgbuild-ab65de79900d42c2042a370257bcf8a42c6a2b6c.tar.gz linhes_pkgbuild-ab65de79900d42c2042a370257bcf8a42c6a2b6c.tar.bz2 |
runit-scripts: rpcbind run: keep rpcbind in foreground so runit can manage it
-rwxr-xr-x | abs/core/runit-scripts/PKGBUILD | 2 | ||||
-rwxr-xr-x | abs/core/runit-scripts/runitscripts/services/rpcbind/run | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/abs/core/runit-scripts/PKGBUILD b/abs/core/runit-scripts/PKGBUILD index a4f87a2..05961db 100755 --- a/abs/core/runit-scripts/PKGBUILD +++ b/abs/core/runit-scripts/PKGBUILD @@ -1,6 +1,6 @@ pkgname=runit-scripts pkgver=8.6 -pkgrel=2 +pkgrel=3 pkgdesc="collection of startup scripts for runit" url="http://smarden.org/runit/" license=('BSD') diff --git a/abs/core/runit-scripts/runitscripts/services/rpcbind/run b/abs/core/runit-scripts/runitscripts/services/rpcbind/run index 86a961b..9853b88 100755 --- a/abs/core/runit-scripts/runitscripts/services/rpcbind/run +++ b/abs/core/runit-scripts/runitscripts/services/rpcbind/run @@ -4,4 +4,4 @@ export TERM=linux . /etc/rc.conf . /etc/rc.d/functions stat_runit "Starting rpc.bind" -exec /usr/bin/rpcbind -d +exec /usr/bin/rpcbind -d -f |