summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/portmap/portmap.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-connectivity/portmap/portmap.inc')
-rw-r--r--meta/recipes-connectivity/portmap/portmap.inc5
1 files changed, 4 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/portmap/portmap.inc b/meta/recipes-connectivity/portmap/portmap.inc
index 9b42859212..f5f7fde8be 100644
--- a/meta/recipes-connectivity/portmap/portmap.inc
+++ b/meta/recipes-connectivity/portmap/portmap.inc
@@ -10,12 +10,15 @@ SRC_URI = "${DEBIAN_MIRROR}/main/p/portmap/portmap_5.orig.tar.gz \
10 ${DEBIAN_MIRROR}/main/p/portmap/portmap_${PV}.diff.gz \ 10 ${DEBIAN_MIRROR}/main/p/portmap/portmap_${PV}.diff.gz \
11 file://portmap.init \ 11 file://portmap.init \
12 file://make.patch;apply=yes" 12 file://make.patch;apply=yes"
13
13S = "${WORKDIR}/portmap_5beta" 14S = "${WORKDIR}/portmap_5beta"
14 15
15INITSCRIPT_NAME = "portmap" 16INITSCRIPT_NAME = "portmap"
16INITSCRIPT_PARAMS = "start 10 2 3 4 5 . stop 32 0 1 6 ." 17INITSCRIPT_PARAMS = "start 10 2 3 4 5 . stop 32 0 1 6 ."
17 18
18inherit update-rc.d 19inherit update-rc.d systemd
20
21SYSTEMD_SERVICE_${PN} = "portmap.service"
19 22
20sbindir = "/sbin" 23sbindir = "/sbin"
21 24