portmap: swith to OpenRC. Run portmap in a chroot.
--HG-- extra : convert_revision : 3ec821ec8d074cb16d5b0772892a09c9ccebe334
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# Template file for 'portmap'
|
||||
pkgname=portmap
|
||||
version=6.0
|
||||
revision=1
|
||||
revision=2
|
||||
wrksrc="${pkgname}_${version}"
|
||||
distfiles="http://neil.brown.name/$pkgname/$pkgname-$version.tgz"
|
||||
build_style=gnu_makefile
|
||||
@@ -14,12 +14,17 @@ long_desc="
|
||||
remote procedure calls between computer programs. It is use widely by NFS
|
||||
and NIS, and assorted other systems."
|
||||
|
||||
openrc_services="portmap default"
|
||||
triggers="openrc-service"
|
||||
|
||||
Add_dependency full glibc
|
||||
Add_dependency build tcp_wrappers
|
||||
Add_dependency run tcp_wrappers-libs
|
||||
Add_dependency run OpenRC
|
||||
|
||||
post_install()
|
||||
{
|
||||
# Install the rc.d script.
|
||||
install -D -m755 ${FILESDIR}/portmap ${DESTDIR}/etc/rc.d/portmap
|
||||
# Install the OpenRC service.
|
||||
install -D -m755 ${FILESDIR}/portmap.rc ${DESTDIR}/etc/init.d/portmap
|
||||
install -d ${DESTDIR}/var/chroot/portmap
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user