diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-04-05 08:46:48 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-04-05 08:46:48 +0200 |
commit | 045a4de61b953c92b3f9ec7b584719dd7a79a3bf (patch) | |
tree | 6515d84332dd52378a1141af5d39fbe3f4bb34af /systemd-units/rpcbind | |
parent | dev-binpkg/pypy3: Bump to 5.5.0 (diff) | |
download | mgorny-045a4de61b953c92b3f9ec7b584719dd7a79a3bf.tar.gz mgorny-045a4de61b953c92b3f9ec7b584719dd7a79a3bf.tar.bz2 mgorny-045a4de61b953c92b3f9ec7b584719dd7a79a3bf.zip |
systemd-units/*: remove stale
Diffstat (limited to 'systemd-units/rpcbind')
-rw-r--r-- | systemd-units/rpcbind/files/rpcbind.service.4 | 14 | ||||
-rw-r--r-- | systemd-units/rpcbind/files/rpcbind.socket.4 | 8 | ||||
-rw-r--r-- | systemd-units/rpcbind/rpcbind-4.ebuild | 23 |
3 files changed, 0 insertions, 45 deletions
diff --git a/systemd-units/rpcbind/files/rpcbind.service.4 b/systemd-units/rpcbind/files/rpcbind.service.4 deleted file mode 100644 index 802de07..0000000 --- a/systemd-units/rpcbind/files/rpcbind.service.4 +++ /dev/null @@ -1,14 +0,0 @@ -[Unit] -Description=RPC program number mapper service -Requires=rpcbind.socket -Wants=rpcbind.target -After=syslog.target network.target -Before=rpcbind.target - -[Service] -# use --debug not to fork -ExecStart=/sbin/rpcbind -d - -[Install] -WantedBy=multi-user.target -Also=rpcbind.socket diff --git a/systemd-units/rpcbind/files/rpcbind.socket.4 b/systemd-units/rpcbind/files/rpcbind.socket.4 deleted file mode 100644 index d63c1d9..0000000 --- a/systemd-units/rpcbind/files/rpcbind.socket.4 +++ /dev/null @@ -1,8 +0,0 @@ -[Unit] -Description=RPCbind Server Activation Socket - -[Socket] -ListenStream=/var/run/rpcbind.sock - -[Install] -WantedBy=sockets.target diff --git a/systemd-units/rpcbind/rpcbind-4.ebuild b/systemd-units/rpcbind/rpcbind-4.ebuild deleted file mode 100644 index a0b2f2b..0000000 --- a/systemd-units/rpcbind/rpcbind-4.ebuild +++ /dev/null @@ -1,23 +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-nds/rpcbind" -HOMEPAGE="" -SRC_URI="" - -LICENSE="as-is" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -S=${WORKDIR} - -src_install() { - systemd_newunit "${FILESDIR}"/rpcbind.service.4 rpcbind.service - systemd_newunit "${FILESDIR}"/rpcbind.socket.4 rpcbind.socket -} |