initial checkin of new hdw-linux development cvs repository
[hdw-linux/hdw-linux.git] / packages / base / netkit-base / netkit-base
1 # hdw - linux netkit-base package
2 #
3 # author: hackbard@hackdaworld.dyndns.org
4 #
5 # [V] 0.17
6 # [S] 2-6
7 # [D] netkit-base-0.17.tar.gz ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/
8
9 confopt=""
10
11 cat > $root/etc/inetd.conf << EOF
12 #
13 # hdw - linux inetd.conf
14 #
15 # man 8 inetd
16 #
17
18 #
19 # These are standard services:
20 #
21
22 # telnet  stream  tcp nowait root   /usr/sbin/in.telnetd in.telnetd
23 # talk    dgram   udp wait   root   /usr/sbin/in.talkd   in.talkd
24 # ntalk   dgram   udp wait   root   /usr/sbin/in.talkd   in.talkd
25 # ident   stream  tcp wait   nobody /usr/sbin/in.identd  in.identd -w -e -t120
26
27 # ftp   stream  tcp nowait root   /usr/sbin/in.ftpd    in.ftpd
28 # rsync stream  tcp nowait root   /usr/bin/rsync       rsyncd --daemon
29 # tftp  dgram   udp wait   nobody /usr/sbin/in.tftpd   in.tftpd /tftpboot
30 # imap  stream  tcp nowait root   /usr/bin/imapd       imapd
31 EOF
32