Remove portmap, unused.

This commit is contained in:
Juan RP 2011-10-11 05:32:12 +02:00
parent fc3e6a8308
commit e929c484ff
3 changed files with 0 additions and 71 deletions

View File

@ -1,12 +0,0 @@
#!/sbin/runscript
: ${portmap_args:=-t /var/chroot/portmap}
command=/sbin/portmap
command_args=$portmap_args
name="RPC Port mapper daemon"
depend()
{
need net
}

View File

@ -1,31 +0,0 @@
--- Makefile.orig 2009-03-14 01:28:57.237390838 +0100
+++ Makefile 2009-03-14 01:30:27.492620161 +0100
@@ -18,6 +18,9 @@ FACILITY=LOG_DAEMON
# target system will never user NIS for hostname lookup, you can define
# USE_DNS to add hostname tests in hosts.allow/deny.
+USE_DNS=yes
+RPCUSER=nobody
+
ifeq ($(NO_TCP_WRAPPER),)
CPPFLAGS += -DHOSTS_ACCESS
WRAP_LIB = -lwrap
@@ -136,12 +139,12 @@ portmap.man : portmap.8
sed $(MAN_SED) < portmap.8 > portmap.man
install: all
- install -o root -g root -m 0755 -s portmap ${BASEDIR}/sbin
- install -o root -g root -m 0755 -s pmap_dump ${BASEDIR}/sbin
- install -o root -g root -m 0755 -s pmap_set ${BASEDIR}/sbin
- install -o root -g root -m 0644 portmap.man ${BASEDIR}/usr/share/man/man8/portmap.8
- install -o root -g root -m 0644 pmap_dump.8 ${BASEDIR}/usr/share/man/man8
- install -o root -g root -m 0644 pmap_set.8 ${BASEDIR}/usr/share/man/man8
+ install -D -m 0755 -s portmap ${BASEDIR}/sbin/portmap
+ install -D -m 0755 -s pmap_dump ${BASEDIR}/sbin/pmap_dump
+ install -D -m 0755 -s pmap_set ${BASEDIR}/sbin/pmap_set
+ install -D -m 0644 portmap.man ${BASEDIR}/usr/share/man/man8/portmap.8
+ install -D -m 0644 pmap_dump.8 ${BASEDIR}/usr/share/man/man8/pmap_dump.8
+ install -D -m 0644 pmap_set.8 ${BASEDIR}/usr/share/man/man8/pmap_set.8
clean:
rm -f *.o portmap pmap_dump pmap_set from_local \

View File

@ -1,28 +0,0 @@
# Template file for 'portmap'
pkgname=portmap
version=6.0
revision=3
wrksrc="${pkgname}_${version}"
distfiles="http://neil.brown.name/$pkgname/$pkgname-$version.tgz"
build_style=gnu_makefile
make_install_target="BASEDIR=$XBPS_DESTDIR/$pkgname-$version install"
short_desc="RPC connection manager"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=02c820d39f3e6e729d1bea3287a2d8a6c684f1006fb9612f97dcad4a281d41de
long_desc="
portmap is a part of the ONCRPC collection of software for implementing
remote procedure calls between computer programs. It is use widely by NFS
and NIS, and assorted other systems."
openrc_services="portmap default true"
Add_dependency full glibc
Add_dependency build tcp_wrappers
Add_dependency run tcp_wrappers-libs
post_install()
{
# Install the OpenRC service.
install -D -m755 ${FILESDIR}/portmap.rc ${DESTDIR}/etc/init.d/portmap
install -d ${DESTDIR}/var/chroot/portmap
}