From 355ed669c5a8f99296d76d06ee12758364349820 Mon Sep 17 00:00:00 2001 From: gdr-ftp Date: Thu, 11 Feb 1999 21:10:49 +0000 Subject: [PATCH] inittab: Added entries to initialize serial ports. (initially commented out) hosts, networks: initial checkin --- verbatim/etc/hosts | 9 +++++++++ verbatim/etc/inittab | 10 ++++++++-- verbatim/etc/networks | 9 +++++++++ 3 files changed, 26 insertions(+), 2 deletions(-) create mode 100644 verbatim/etc/hosts create mode 100644 verbatim/etc/networks diff --git a/verbatim/etc/hosts b/verbatim/etc/hosts new file mode 100644 index 0000000..5cef5d0 --- /dev/null +++ b/verbatim/etc/hosts @@ -0,0 +1,9 @@ +# +# This file provides name to IP mappings in the absence of a DNS. +# +# $Id: hosts,v 1.1 1999/02/11 21:10:49 gdr-ftp Exp $ +# +127.0.0.1 localhost + +# Modify this as apporpriate if you have a static IP +# 192.168.51.2 myGS.example.com myGS diff --git a/verbatim/etc/inittab b/verbatim/etc/inittab index 3589012..6404a8e 100644 --- a/verbatim/etc/inittab +++ b/verbatim/etc/inittab @@ -1,7 +1,7 @@ # See file how.to for an explanation of entries found in this # default inittab file # -# $Id: inittab,v 1.1 1998/04/10 17:08:29 gdr-ftp Exp $ +# $Id: inittab,v 1.2 1999/02/11 21:10:49 gdr-ftp Exp $ # # kill, idle, crash, panic defaults, respectively kd:s0123456789:runl::k55n6 @@ -23,7 +23,13 @@ su:s:rest::/usr/sbin/runover .ttyco /bin/gsh # co:12378:rest::/usr/sbin/getty std.19200 .ttyco # -# start TCP/IP processes (GS-TCP) +# Initialize the printer and modem port line speeds. Make sure the bps +# rate matches what you actually need +# +# pr:2348:once:i:/usr/sbin/runover .ttyb /bin/stty 38400 +# md:2348:once:i:/usr/sbin/runover .ttya /bin/stty 38400 +# +# Start TCP/IP processes (GS-TCP) # ip:2348:once::/usr/sbin/tcpip # id:234:once::/usr/sbin/inetd # diff --git a/verbatim/etc/networks b/verbatim/etc/networks new file mode 100644 index 0000000..2a6526d --- /dev/null +++ b/verbatim/etc/networks @@ -0,0 +1,9 @@ +# +# This file provides symbolic names to network addresses +# +# $Id: networks,v 1.1 1999/02/11 21:10:49 gdr-ftp Exp $ +# +loopback 127.0.0.0 + +# Modify this as apporpriate. +# slipnet 192.168.51.1