summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Bushnell <thomas@gnu.org>1997-06-11 19:11:14 +0000
committerThomas Bushnell <thomas@gnu.org>1997-06-11 19:11:14 +0000
commitd23a38f35f1cc069f9ab5e66b126e04701007f88 (patch)
tree867948b520cdbb2a72b9af4c9f417b53516c8d83
parent32bc579e61b42ce1d82ab436d97aa61c0c99ee52 (diff)
Wed Jun 11 14:17:25 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
* inetd.conf, syslog.conf: New files. * Makefile (SYSCONFFILES): Add inetd.conf and syslog.conf.
-rw-r--r--config/ChangeLog5
-rw-r--r--config/Makefile2
-rw-r--r--config/inetd.conf25
-rw-r--r--config/syslog.conf21
4 files changed, 52 insertions, 1 deletions
diff --git a/config/ChangeLog b/config/ChangeLog
index 02f2c963..0051bb29 100644
--- a/config/ChangeLog
+++ b/config/ChangeLog
@@ -1,3 +1,8 @@
+Wed Jun 11 14:17:25 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
+
+ * inetd.conf, syslog.conf: New files.
+ * Makefile (SYSCONFFILES): Add inetd.conf and syslog.conf.
+
Tue Jun 10 18:41:00 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
* Makefile (install): Repair typo.
diff --git a/config/Makefile b/config/Makefile
index 2c1b3bbf..b340a083 100644
--- a/config/Makefile
+++ b/config/Makefile
@@ -26,7 +26,7 @@ makemode := misc
# If override_conf is set to `t' then install even on top of existing
# files.
SYSCONFFILES = protocols services shells motd ttys hostname fstab passwd \
- group resolv.conf
+ group resolv.conf inetd.conf syslog.conf
installed_conf = $(addprefix $(sysconfdir)/,$(SYSCONFFILES))
LOGINDOTS = .bash_login .bashrc .hushlogin .profile README
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
+
+
diff --git a/config/syslog.conf b/config/syslog.conf
new file mode 100644
index 00000000..1e89ce30
--- /dev/null
+++ b/config/syslog.conf
@@ -0,0 +1,21 @@
+#
+# syslog.conf, taken from NetBSD's RCS version 1.6 of this file.
+#
+
+*.err;kern.*;auth.notice;authpriv.none;mail.crit /dev/console
+*.info;auth,authpriv,cron,ftp,kern,lpr,mail.none /var/log/messages
+kern.debug /var/log/messages
+
+# The authpriv log file should be restricted access; these
+# messages shouldn't go to terminals or publically-readable
+# files.
+auth,authpriv.info /var/log/authlog
+
+cron.info /var/cron/log
+ftp.info /var/log/xferlog
+lpr.info /var/log/lpd-errs
+mail.info /var/log/maillog
+#uucp.info /var/spool/uucp/ERRORS
+
+*.emerg *
+*.notice;auth.debug root