# hdw - linux netkit-base package # # author: hackbard@hackdaworld.dyndns.org # # [V] 0.17 # [S] 2-6 # [D] netkit-base-0.17.tar.gz ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/ confopt="" cat > $root/etc/inetd.conf << EOF # # hdw - linux inetd.conf # # man 8 inetd # # # These are standard services: # # telnet stream tcp nowait root /usr/sbin/in.telnetd in.telnetd # talk dgram udp wait root /usr/sbin/in.talkd in.talkd # ntalk dgram udp wait root /usr/sbin/in.talkd in.talkd # ident stream tcp wait nobody /usr/sbin/in.identd in.identd -w -e -t120 # ftp stream tcp nowait root /usr/sbin/in.ftpd in.ftpd # rsync stream tcp nowait root /usr/bin/rsync rsyncd --daemon # tftp dgram udp wait nobody /usr/sbin/in.tftpd in.tftpd /tftpboot # imap stream tcp nowait root /usr/bin/imapd imapd EOF