summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/portmap/portmap/portmap.service
diff options
context:
space:
mode:
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>2017-04-24 16:15:50 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-05-16 14:08:29 +0100
commitc43c3ec8f96245ca2806cf28329919e44a83d326 (patch)
tree473efe984c5fed321f55fe1cd61171170325834d /meta/recipes-connectivity/portmap/portmap/portmap.service
parentdd110fe8a4d76f59ed923c780a11d9e95f862084 (diff)
downloadpoky-c43c3ec8f96245ca2806cf28329919e44a83d326.tar.gz
portmap: remove recipe
It was dropped from Debian years ago, and superseded by rpcbind (which we also ship). https://packages.qa.debian.org/p/portmap.html The upstream source is no longer available either since a few days ago. (From OE-Core rev: aa4bc52a0b885c6ed4af5260e54ab6b2348839e3) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/portmap/portmap/portmap.service')
-rw-r--r--meta/recipes-connectivity/portmap/portmap/portmap.service10
1 files changed, 0 insertions, 10 deletions
diff --git a/meta/recipes-connectivity/portmap/portmap/portmap.service b/meta/recipes-connectivity/portmap/portmap/portmap.service
deleted file mode 100644
index 7ef9d7b02e..0000000000
--- a/meta/recipes-connectivity/portmap/portmap/portmap.service
+++ /dev/null
@@ -1,10 +0,0 @@
1[Unit]
2Description=The RPC portmapper
3After=network.target
4
5[Service]
6Type=forking
7ExecStart=@BASE_SBINDIR@/portmap
8
9[Install]
10WantedBy=multi-user.target