From 1db06536226ad3bee54164aa9c9761e2e79070a3 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 17 May 1999 15:42:25 +0000 Subject: 1999-05-16 Roland McGrath * syslog.conf: Removed. We don't install syslogd, so we have no business installing its configuration file. * Makefile (SYSCONFFILES): Remove syslog.conf. * inetd.conf: Removed. We don't install inetd, so we have no business installing inetd.conf. * Makefile (SYSCONFFILES): Remove inetd.conf. --- config/inetd.conf | 25 ------------------------- config/syslog.conf | 5 ----- 2 files changed, 30 deletions(-) delete mode 100644 config/inetd.conf delete mode 100644 config/syslog.conf (limited to 'config') diff --git a/config/inetd.conf b/config/inetd.conf deleted file mode 100644 index 288243f2..00000000 --- a/config/inetd.conf +++ /dev/null @@ -1,25 +0,0 @@ -# -# 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 - - diff --git a/config/syslog.conf b/config/syslog.conf deleted file mode 100644 index 52012d03..00000000 --- a/config/syslog.conf +++ /dev/null @@ -1,5 +0,0 @@ -*.err;kern.debug;auth.notice;mail.crit /dev/console -*.notice;kern.debug;lpr,auth.info;mail.crit /var/log/messages -*.notice;auth.debug root -#*.alert root -*.emerg * -- cgit v1.2.3