blob: 338af33a3875eff23932752825284d0885c75297 [file] [log] [blame]
Patrick Williamsc124f4f2015-09-15 14:41:29 -05001SUMMARY = "RPC program number mapper"
2HOMEPAGE = "http://neil.brown.name/portmap/"
3SECTION = "console/network"
4LICENSE = "BSD"
5LIC_FILES_CHKSUM = "file://portmap.c;beginline=2;endline=31;md5=51ff67e66ec84b2009b017b1f94afbf4 \
6 file://from_local.c;beginline=9;endline=35;md5=1bec938a2268b8b423c58801ace3adc1"
7
8INITSCRIPT_NAME = "portmap"
9INITSCRIPT_PARAMS = "start 10 2 3 4 5 . stop 32 0 1 6 ."
10
11inherit update-rc.d systemd
12
13SYSTEMD_SERVICE_${PN} = "portmap.service"
14
15PACKAGES =+ "portmap-utils"
16FILES_portmap-utils = "${base_sbindir}/pmap_set ${base_sbindir}/pmap_dump"
17FILES_${PN}-doc += "${docdir}"