X-Git-Url: https://hackdaworld.org/gitweb/?p=hdw-linux%2Fhdw-linux.git;a=blobdiff_plain;f=packages%2Fnet%2Fportmap%2Fportmap;h=748c420718a2350eeb00d741cea8a47f5b6e79a6;hp=53ea7259d2d025d8edf161effafdd96d7b32a188;hb=3e65a11bd104e518797c17823c23cb1a067e432f;hpb=7408157ed5a8a71dd987513d4d8a77ab27d0b4fe diff --git a/packages/net/portmap/portmap b/packages/net/portmap/portmap index 53ea725..748c420 100644 --- a/packages/net/portmap/portmap +++ b/packages/net/portmap/portmap @@ -3,21 +3,5 @@ # author: hackbard # [S] 3-2 -# [V] 4 -# [D] portmap_4.tar.gz ftp://ftp.porcupine.org/pub/security/ - - -make_conf="$make_conf FACILITY=LOG_AUTH" -make_conf="$make_conf ZOMBIES=-DIGNORE_SIGCHLD WRAP_DIR=/usr/lib" - -build_main() { - echo "patching portmap.c ..." - sed 's/const\ char\ \*what/__const\ char\ \*what/' portmap.c > \ - portmap.c~ && - mv portmap.c~ portmap.c - echo "running: make $make_conf" - make $make_conf && - install -m 755 -s pmap_dump $prefix/sbin - install -m 755 -s pmap_set $prefix/sbin - install -m 755 -s portmap $prefix/sbin - } +# [V] 5beta +# [D] portmap_5beta.tar.gz ftp://ftp.porcupine.org/pub/security/