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:
Ross Burton 2008-07-03 15:33:44 +00:00
parent fef1266806
commit da7a0511ea
2 changed files with 14 additions and 2 deletions

View File

@ -1,6 +1,18 @@
#!/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

View File

@ -1,6 +1,6 @@
require portmap.inc
PR = "r1"
PR = "r2"
SRC_URI = "http://neil.brown.name/portmap/portmap-6.0.tgz \
file://destdir-no-strip.patch;patch=1 \