# hdw-linux tcp_wrappers extensions # author: hackbard # [S] 3-1 # [V] 7.6 # [D] tcp_wrappers_7.6.tar.gz ftp://ftp.porcupine.org/pub/security/ pre_install() { sed "s,^extern char \*malloc();,/* & */," scaffold.c > tmp~ mv tmp~ scaffold.c } make_conf="$make_conf REAL_DAEMON_DIR=$prefix/sbin" make_conf="$make_conf STYLE=-DPROCESS_OPTIONS linux"