blob: 408f5eb0d36864c81709fa5fecf6fc1688a57e2c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
|
#
# inetd.conf This file describes the services that will be available
# through the INETD TCP/IP super server. To re-configure
# the running INETD process, edit this file, then send the
# INETD process a SIGHUP signal.
#
#echo stream tcp nowait root internal
#echo dgram udp wait root internal
#discard stream tcp nowait root internal
#discard dgram udp wait root internal
#daytime stream tcp nowait root internal
#daytime dgram udp wait root internal
#chargen stream tcp nowait root internal
#chargen dgram udp wait root internal
time stream tcp nowait root internal
time dgram udp wait root internal
# -------------
# FTP-Service
# -------------
# ftp stream tcp nowait root /usr/sbin/tcpd proftpd
#
# ----------------
# Login-Services
# ----------------
# telnet stream tcp nowait root /usr/sbin/tcpd in.telnetd
# shell stream tcp nowait root /usr/sbin/tcpd in.rshd -L
# login stream tcp nowait root /usr/sbin/tcpd in.rlogind
# exec stream tcp nowait root /usr/sbin/tcpd in.rexecd
# talk dgram udp wait root /usr/sbin/tcpd in.talkd
# ntalk dgram udp wait root /usr/sbin/tcpd in.talkd
#
# --------------------
# System Information
# --------------------
# finger stream tcp nowait nobody /usr/sbin/tcpd in.fingerd -w
# systat stream tcp nowait nobody /usr/sbin/tcpd /bin/ps -auwwx
# netstat stream tcp nowait root /usr/sbin/tcpd /bin/netstat
#
# ---------------
# Boot-Services
# ---------------
# bootps dgran udp wait root /usr/sbin/tcpd bootparamd -c /tftpboot
#
# -------
# QMail
# -------
# smtp stream tcp nowait root /var/qmail/bin/tcp-env tcp-env /var/qmail/bin/qmail-smtpd
# pop-3 stream tcp nowait root /var/qmail/bin/qmail-popup qmail-popup localhost /bin/checkpassword /var/qmail/bin/qmail-pop3d Maildir
#
# ---------------------
# Samba-Konfiguration
#----------------------
# swat stream tcp nowait.400 root /usr/sbin/swat swat
#
# -----------------------
# CUPS-LPD Print Server
# -----------------------
# printer stream tcp nowait lp /usr/lib/cups/daemon/cups-lpd cups-lpd
#
|