mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +00:00
portmap: add init script depends
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4811 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -1,6 +1,18 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
#
|
#
|
||||||
# start/stop portmap daemon.
|
### BEGIN INIT INFO
|
||||||
|
# Provides: portmap
|
||||||
|
# Required-Start: $network
|
||||||
|
# Required-Stop: $network
|
||||||
|
# Default-Start: S 2 3 4 5
|
||||||
|
# Default-Stop: 0 1 6
|
||||||
|
# Short-Description: The RPC portmapper
|
||||||
|
# Description: Portmap is a server that converts RPC (Remote
|
||||||
|
# Procedure Call) program numbers into DARPA
|
||||||
|
# protocol port numbers. It must be running in
|
||||||
|
# order to make RPC calls. Services that use
|
||||||
|
# RPC include NFS and NIS.
|
||||||
|
### END INIT INFO
|
||||||
|
|
||||||
test -f /sbin/portmap || exit 0
|
test -f /sbin/portmap || exit 0
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
require portmap.inc
|
require portmap.inc
|
||||||
|
|
||||||
PR = "r1"
|
PR = "r2"
|
||||||
|
|
||||||
SRC_URI = "http://neil.brown.name/portmap/portmap-6.0.tgz \
|
SRC_URI = "http://neil.brown.name/portmap/portmap-6.0.tgz \
|
||||||
file://destdir-no-strip.patch;patch=1 \
|
file://destdir-no-strip.patch;patch=1 \
|
||||||
|
|||||||
Reference in New Issue
Block a user