initial checkin of new hdw-linux development cvs repository
[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 build_main()    {
10         make linux
11         cp -v hosts_access.3 $root/usr/share/man/man3
12         cp -v hosts_access.5 $root/usr/share/man/man5
13         cp -v hosts_options.5 $root/usr/share/man/man5
14         cp -v tcpd.8 tcpdchk.8 tcpdmatch.8 $root/usr/share/man/man8
15         ln -sfv hosts_access.5 $root/usr/share/man/man5/hosts.allow.5
16         ln -svf hosts_access.5 $root/usr/share/man/man5/hosts.deny.5
17         cp libwrap.a $root/usr/lib
18         cp tcpd.h $root/usr/include
19         install -m755 safe_finger $root/usr/sbin
20         install -m755 tcpd $root/usr/sbin
21         install -m755 tcpdchk $root/usr/sbin
22         install -m755 tcpdmatch $root/usr/sbin
23         install -m755 try-from $root/usr/sbin
24                 }
25