summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'systemd-units/nfs-utils/nfs-utils-10.ebuild')
-rw-r--r--systemd-units/nfs-utils/nfs-utils-10.ebuild29
1 files changed, 0 insertions, 29 deletions
diff --git a/systemd-units/nfs-utils/nfs-utils-10.ebuild b/systemd-units/nfs-utils/nfs-utils-10.ebuild
deleted file mode 100644
index 67da920..0000000
--- a/systemd-units/nfs-utils/nfs-utils-10.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-inherit systemd
-
-DESCRIPTION="Systemd units for net-fs/nfs-utils"
-HOMEPAGE=""
-SRC_URI=""
-
-LICENSE="as-is"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-S=${WORKDIR}
-
-src_install() {
- systemd_newunit "${FILESDIR}"/nfs3-client.target.10 nfs3-client.target
- systemd_newunit "${FILESDIR}"/nfs4-client.target.10 nfs4-client.target
- systemd_newunit "${FILESDIR}"/proc-fs-nfsd.mount.10 proc-fs-nfsd.mount
- systemd_newunit "${FILESDIR}"/rpc.gssd.service.10 rpc.gssd.service
- systemd_newunit "${FILESDIR}"/rpc.idmapd.service.10 rpc.idmapd.service
- systemd_newunit "${FILESDIR}"/rpc.statd.service.10 rpc.statd.service
- systemd_newunit "${FILESDIR}"/sm-notify.service.10 sm-notify.service
- systemd_newunit "${FILESDIR}"/var-lib-nfs-rpc_pipefs.mount.10 var-lib-nfs-rpc_pipefs.mount
-}