net-nds/rpcbind: use upstream rpcbind.service
authorMike Gilbert <floppym@gentoo.org>
Sat, 10 Mar 2018 14:09:43 +0000 (09:09 -0500)
committerMike Gilbert <floppym@gentoo.org>
Sat, 10 Mar 2018 14:09:43 +0000 (09:09 -0500)
Closes: https://bugs.gentoo.org/650030
Package-Manager: Portage-2.3.24, Repoman-2.3.6_p81

net-nds/rpcbind/files/rpcbind.service [deleted file]
net-nds/rpcbind/rpcbind-0.2.4-r2.ebuild [moved from net-nds/rpcbind/rpcbind-0.2.4-r1.ebuild with 93% similarity]
net-nds/rpcbind/rpcbind-9999.ebuild

diff --git a/net-nds/rpcbind/files/rpcbind.service b/net-nds/rpcbind/files/rpcbind.service
deleted file mode 100644 (file)
index 305ea9b..0000000
+++ /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
similarity index 93%
rename from net-nds/rpcbind/rpcbind-0.2.4-r1.ebuild
rename to net-nds/rpcbind/rpcbind-0.2.4-r2.ebuild
index 8aff208b2dbfcf73666f7cf5bff25b7a623ce6c9..aa7c610e94f53101429b4f9b909474884a5f6cab 100644 (file)
@@ -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
 }
index 788cb937f34c7ee4c1092baee29ad2531ed974b1..bd9f7853dc4e98e5c1be27325d962a7e19b9cdc4 100644 (file)
@@ -47,6 +47,4 @@ src_install() {
 
        newinitd "${FILESDIR}"/${PN}.initd ${PN}
        newconfd "${FILESDIR}"/${PN}.confd ${PN}
-
-       systemd_dounit "${FILESDIR}"/${PN}.service
 }