diff options
author | Mike Gilbert <floppym@gentoo.org> | 2018-03-10 09:09:43 -0500 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2018-03-10 09:09:43 -0500 |
commit | fbaf911f4355d5c9992694288b586dcbc5f154cc (patch) | |
tree | c4de10349224774d90ea5e6ed6ef527a3ed2e60c /net-nds/rpcbind | |
parent | sys-devel/llvm: Temporarily refuse to build w/ GCC-7 due to hangs (diff) | |
download | gentoo-fbaf911f4355d5c9992694288b586dcbc5f154cc.tar.gz gentoo-fbaf911f4355d5c9992694288b586dcbc5f154cc.tar.bz2 gentoo-fbaf911f4355d5c9992694288b586dcbc5f154cc.zip |
net-nds/rpcbind: use upstream rpcbind.service
Closes: https://bugs.gentoo.org/650030
Package-Manager: Portage-2.3.24, Repoman-2.3.6_p81
Diffstat (limited to 'net-nds/rpcbind')
-rw-r--r-- | net-nds/rpcbind/files/rpcbind.service | 13 | ||||
-rw-r--r-- | net-nds/rpcbind/rpcbind-0.2.4-r2.ebuild (renamed from net-nds/rpcbind/rpcbind-0.2.4-r1.ebuild) | 4 | ||||
-rw-r--r-- | net-nds/rpcbind/rpcbind-9999.ebuild | 2 |
3 files changed, 1 insertions, 18 deletions
diff --git a/net-nds/rpcbind/files/rpcbind.service b/net-nds/rpcbind/files/rpcbind.service deleted file mode 100644 index 305ea9b10b71..000000000000 --- a/net-nds/rpcbind/files/rpcbind.service +++ /dev/null @@ -1,13 +0,0 @@ -[Unit] -Description=RPC Bind -After=network.target -Wants=rpcbind.target -Before=rpcbind.target - -[Service] -Type=forking -ExecStart=/sbin/rpcbind -Restart=always - -[Install] -WantedBy=multi-user.target diff --git a/net-nds/rpcbind/rpcbind-0.2.4-r1.ebuild b/net-nds/rpcbind/rpcbind-0.2.4-r2.ebuild index 8aff208b2dbf..aa7c610e94f5 100644 --- a/net-nds/rpcbind/rpcbind-0.2.4-r1.ebuild +++ b/net-nds/rpcbind/rpcbind-0.2.4-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -54,6 +54,4 @@ src_install() { newinitd "${FILESDIR}"/${PN}.initd ${PN} newconfd "${FILESDIR}"/${PN}.confd ${PN} - - systemd_dounit "${FILESDIR}"/${PN}.service } diff --git a/net-nds/rpcbind/rpcbind-9999.ebuild b/net-nds/rpcbind/rpcbind-9999.ebuild index 788cb937f34c..bd9f7853dc4e 100644 --- a/net-nds/rpcbind/rpcbind-9999.ebuild +++ b/net-nds/rpcbind/rpcbind-9999.ebuild @@ -47,6 +47,4 @@ src_install() { newinitd "${FILESDIR}"/${PN}.initd ${PN} newconfd "${FILESDIR}"/${PN}.confd ${PN} - - systemd_dounit "${FILESDIR}"/${PN}.service } |