source: trunk/packs/config/os/linux/inetd.conf @ 14026

Revision 14026, 3.3 KB checked in by tb, 25 years ago (diff)
Time services conflict with the athena inetd.conf, so turn them off.
Line 
1#
2# inetd.conf    This file describes the services that will be available
3#               through the INETD TCP/IP super server.  To re-configure
4#               the running INETD process, edit this file, then send the
5#               INETD process a SIGHUP signal.
6#
7# Version:      @(#)/etc/inetd.conf     3.10    05/27/93
8#
9# Authors:      Original taken from BSD UNIX 4.3/TAHOE.
10#               Fred N. van Kempen, <waltje@uwalt.nl.mugnet.org>
11#
12# Modified for Debian Linux by Ian A. Murdock <imurdock@shell.portal.com>
13#
14# Modified for RHS Linux by Marc Ewing <marc@redhat.com>
15#
16# <service_name> <sock_type> <proto> <flags> <user> <server_path> <args>
17#
18# Echo, discard, daytime, and chargen are used primarily for testing.
19#
20# To re-read this file after changes, just do a 'killall -HUP inetd'
21#
22#echo   stream  tcp     nowait  root    internal
23#echo   dgram   udp     wait    root    internal
24#discard        stream  tcp     nowait  root    internal
25#discard        dgram   udp     wait    root    internal
26#daytime        stream  tcp     nowait  root    internal
27#daytime        dgram   udp     wait    root    internal
28#chargen        stream  tcp     nowait  root    internal
29#chargen        dgram   udp     wait    root    internal
30#
31# These are standard services.
32#
33#ftp    stream  tcp     nowait  root    /usr/sbin/tcpd  in.ftpd -l -a
34#telnet stream  tcp     nowait  root    /usr/sbin/tcpd  in.telnetd
35#gopher stream  tcp     nowait  root    /usr/sbin/tcpd  gn
36
37# do not uncomment smtp unless you *really* know what you are doing.
38# smtp is handled by the sendmail daemon now, not smtpd.  It does NOT
39# run from here, it is started at boot time from /etc/rc.d/rc#.d.
40#smtp   stream  tcp     nowait  root    /usr/bin/smtpd  smtpd
41#nntp   stream  tcp     nowait  root    /usr/sbin/tcpd  in.nntpd
42#
43# Shell, login, exec and talk are BSD protocols.
44#
45#shell  stream  tcp     nowait  root    /usr/sbin/tcpd  in.rshd
46#login  stream  tcp     nowait  root    /usr/sbin/tcpd  in.rlogind
47#exec   stream  tcp     nowait  root    /usr/sbin/tcpd  in.rexecd
48talk    dgram   udp     wait    root    /usr/sbin/tcpd  in.talkd
49ntalk   dgram   udp     wait    root    /usr/sbin/tcpd  in.ntalkd
50#dtalk  stream  tcp     waut    nobody  /usr/sbin/tcpd  in.dtalkd
51#
52# Pop and imap mail services et al
53#
54#pop-2   stream  tcp     nowait  root    /usr/sbin/tcpd ipop2d
55#pop-3   stream  tcp     nowait  root    /usr/sbin/tcpd ipop3d
56#imap    stream  tcp     nowait  root    /usr/sbin/tcpd imapd
57#
58# The Internet UUCP service.
59#
60#uucp   stream  tcp     nowait  uucp    /usr/sbin/tcpd  /usr/lib/uucp/uucico    -l
61#
62# Tftp service is provided primarily for booting.  Most sites
63# run this only on machines acting as "boot servers." Do not uncomment
64# this unless you *need* it. 
65#
66#tftp   dgram   udp     wait    root    /usr/sbin/tcpd  in.tftpd
67#bootps dgram   udp     wait    root    /usr/sbin/tcpd  bootpd
68#
69# Finger, systat and netstat give out user information which may be
70# valuable to potential "system crackers."  Many sites choose to disable
71# some or all of these services to improve security.
72#
73# cfinger is for GNU finger, which is currently not in use in RHS Linux
74#
75finger  stream  tcp     nowait  root    /usr/sbin/tcpd  in.fingerd
76#cfinger stream tcp     nowait  root    /usr/sbin/tcpd  in.cfingerd
77#systat stream  tcp     nowait  guest   /usr/sbin/tcpd  /bin/ps -auwwx
78#netstat        stream  tcp     nowait  guest   /usr/sbin/tcpd  /bin/netstat    -f inet
79#
80# Time service is used for clock syncronization.
81#
82#time   stream  tcp     nowait  nobody  /usr/sbin/tcpd  in.timed
83#time   dgram   udp     wait    nobody  /usr/sbin/tcpd  in.timed
84#
85# Authentication
86#
87auth   stream  tcp     nowait    nobody    /usr/sbin/in.identd in.identd -l -e -o
88#
89# End of inetd.conf
90
91linuxconf stream tcp wait root /bin/linuxconf linuxconf --http
Note: See TracBrowser for help on using the repository browser.