CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
elfutils: inital import
[crossrootfs.git] / inetutils / inetd.conf
1 #
2 # /etc/inetd.conf: inetd(8) configuration
3 #
4 # Do 'killall -HUP inetd' to make inetd re-read this file.
5 #
6
7 # <service_name> <sock_type> <proto> <flags> <user> <server_path> <args>
8
9 # ftp stream tcp nowait root /usr/sbin/tcpd in.ftpd
10 # telnet stream tcp nowait root /usr/sbin/tcpd in.telnetd
11 # nntp stream tcp nowait root /usr/sbin/tcpd in.nntpd
12 # smtp stream tcp nowait root /usr/sbin/tcpd sendmail -v
13 # shell stream tcp nowait root /usr/sbin/tcpd in.rshd -L
14 # login stream tcp nowait root /usr/sbin/tcpd in.rlogind
15 # exec stream tcp nowait root /usr/sbin/tcpd in.rexecd
16 # talk dgram udp wait root /usr/sbin/tcpd in.talkd
17 # ntalk dgram udp wait root /usr/sbin/tcpd in.talkd
18 # pop2 stream tcp nowait root /usr/sbin/tcpd in.pop2d
19 # pop3 stream tcp nowait root /usr/sbin/tcpd in.pop3d
20 # imap stream tcp nowait root /usr/sbin/tcpd in.imapd
21 # auth stream tcp nowait nobody /usr/sbin/in.identd in.identd
22
23 # End of file