diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-10-24 20:43:37 +0200 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-10-24 20:43:37 +0200 |
commit | febf7787c82b88a4e88adbdf1ed6db6b8ae233e0 (patch) | |
tree | a151361e81101c0615fb48645f6b02e4adda698c /base/portmap/Pkgfile | |
parent | d418265cb24c343b9e89eaefdbe7de774c556bac (diff) | |
download | nutyx-pakxe-febf7787c82b88a4e88adbdf1ed6db6b8ae233e0.tar.gz nutyx-pakxe-febf7787c82b88a4e88adbdf1ed6db6b8ae233e0.tar.bz2 nutyx-pakxe-febf7787c82b88a4e88adbdf1ed6db6b8ae233e0.tar.xz nutyx-pakxe-febf7787c82b88a4e88adbdf1ed6db6b8ae233e0.zip |
portmap, maj 6.0-2, ajout post-install pour lancer directement les services concernées
Diffstat (limited to 'base/portmap/Pkgfile')
-rwxr-xr-x | base/portmap/Pkgfile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/base/portmap/Pkgfile b/base/portmap/Pkgfile index e37fafae4..344bc1140 100755 --- a/base/portmap/Pkgfile +++ b/base/portmap/Pkgfile @@ -6,22 +6,23 @@ name=portmap version=6.0 -release=1 +release=2 source=( http://neil.brown.name/$name/$name-$version.tgz\ - portmap) + http://nutyx.meticul.eu/files/patchs/$name/portmap-nutyx-01.patch) build() { source /etc/blfs-bootscripts wget http://www.linuxfromscratch.org/blfs/downloads/svn/$scripts-$scriptsversion.tar.bz2 tar xvf $scripts-$scriptsversion.tar.bz2 + cd ${name}_$version install -d $PKG/{sbin,usr/{sbin,share/man/man8}} make make BASEDIR=$PKG install cd ../$scripts-$scriptsversion +patch -Np1 -i ../portmap-nutyx-01.patch make DESTDIR=$PKG install-portmap make DESTDIR=$PKG install-netfs mkdir -p $PKG/etc/rc.d/init.d -install -m 754 ../portmap $PKG/etc/rc.d/init.d/ } |