From d23a38f35f1cc069f9ab5e66b126e04701007f88 Mon Sep 17 00:00:00 2001 From: Thomas Bushnell Date: Wed, 11 Jun 1997 19:11:14 +0000 Subject: Wed Jun 11 14:17:25 1997 Thomas Bushnell, n/BSG * inetd.conf, syslog.conf: New files. * Makefile (SYSCONFFILES): Add inetd.conf and syslog.conf. --- config/inetd.conf | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 config/inetd.conf (limited to 'config/inetd.conf') diff --git a/config/inetd.conf b/config/inetd.conf new file mode 100644 index 00000000..288243f2 --- /dev/null +++ b/config/inetd.conf @@ -0,0 +1,25 @@ +# +# Internet server configuations for GNU Hurd +# +ftp stream tcp nowait root /libexec/in.ftpd ftpd -l +telnet stream tcp nowait root /libexec/in.telnetd telnetd -k +shell stream tcp nowait root /libexec/in.rshd rshd -L +login stream tcp nowait root /libexec/in.rlogind rlogind +exec stream tcp nowait root /libexec/in.rexecd rexecd +uucpd stream tcp nowait root /libexec/in.uucpd uucpd +tftp dgram udp wait root /libexec/in.ftpd tftpd +talk dgram udp wait root /libexec/in.talkd talkd +ntalk dgram udp wait root /libexec/in.ntalkd ntalkd +tcpmux stream tcp nowait root internal +echo stream tcp nowait root internal +discard stream tcp nowait root internal +chargen stream tcp nowait root internal +daytime stream tcp nowait root internal +time stream tcp nowait root internal +echo dgram udp wait root internal +discard dgram udp wait root internal +chargen dgram udp wait root internal +daytime dgram udp wait root internal +time dgram udp wait root internal + + -- cgit v1.2.3