aboutsummaryrefslogtreecommitdiffstats
path: root/package/portmap/ipkg
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-05-14 20:42:22 +0000
committerNicolas Thill <nico@openwrt.org>2005-05-14 20:42:22 +0000
commitf1e5342c477a0763def915a8e274d6942cd81ebe (patch)
treeae17438d2892099eebee79fadac89894dbc1b87c /package/portmap/ipkg
parentc5a29fa237044ea3e7b34273733cde9ffd1d1be3 (diff)
downloadupstream-f1e5342c477a0763def915a8e274d6942cd81ebe.tar.gz
upstream-f1e5342c477a0763def915a8e274d6942cd81ebe.tar.bz2
upstream-f1e5342c477a0763def915a8e274d6942cd81ebe.zip
Convert portmap to new packaging style
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@896 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/portmap/ipkg')
-rw-r--r--package/portmap/ipkg/portmap.control11
1 files changed, 11 insertions, 0 deletions
diff --git a/package/portmap/ipkg/portmap.control b/package/portmap/ipkg/portmap.control
new file mode 100644
index 0000000000..55fa61d33c
--- /dev/null
+++ b/package/portmap/ipkg/portmap.control
@@ -0,0 +1,11 @@
+Package: portmap
+Priority: optional
+Section: net
+Maintainer: Felix Fietkau <nbd@vd-s.ath.cx>
+Source: buildroot internal
+Description: The RPC Portmapper
+ 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.