fixed tcp_wrappers
[hdw-linux/hdw-linux.git] / packages / security / tcp_wrappers / tcp_wrappers
1 # hdw-linux tcp_wrappers extensions
2
3 # author: hackbard
4
5 # [S] 3-1
6 # [V] 7.6
7 # [D] tcp_wrappers_7.6.tar.gz ftp://ftp.porcupine.org/pub/security/
8
9 pre_install()   {
10         sed "s,^extern char \*malloc();,/* & */," scaffold.c > tmp~
11         mv tmp~ scaffold.c
12                 }
13
14 make_conf="$make_conf REAL_DAEMON_DIR=$prefix/sbin"
15 make_conf="$make_conf STYLE=-DPROCESS_OPTIONS linux"