summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-09-27 14:43:22 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-09-27 14:43:22 +0000
commit9610456f97b829659cd1429b4af81547725cbc80 (patch)
tree0bc58fdd7b578b41c0c4b9c4a807b7c63fe7028d
parent2007-09-27 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadada-examples-9610456f97b829659cd1429b4af81547725cbc80.tar.bz2
2007-09-27 Joel Sherrill <joel.sherrill@oarcorp.com>
* rootfs/etc/host.conf, rootfs/etc/hosts: New files.
-rw-r--r--ChangeLog4
-rw-r--r--rootfs/etc/host.conf1
-rw-r--r--rootfs/etc/hosts2
3 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e993cd2..13acfca 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2007-09-27 Joel Sherrill <joel.sherrill@oarcorp.com>
+ * rootfs/etc/host.conf, rootfs/etc/hosts: New files.
+
+2007-09-27 Joel Sherrill <joel.sherrill@oarcorp.com>
+
* ChangeLog: New tests. Clean up. Rework so all tests use the same
shared Makefile for the hard logic of producing an executable.
* Makefile, Makefile.shared, README.Makefiles, networkconfig.h,
diff --git a/rootfs/etc/host.conf b/rootfs/etc/host.conf
new file mode 100644
index 0000000..0e9eeb1
--- /dev/null
+++ b/rootfs/etc/host.conf
@@ -0,0 +1 @@
+order hosts, bind
diff --git a/rootfs/etc/hosts b/rootfs/etc/hosts
new file mode 100644
index 0000000..cbd9136
--- /dev/null
+++ b/rootfs/etc/hosts
@@ -0,0 +1,2 @@
+127.0.0.1 localhost rtems
+192.168.1.244 rtems # ip address of webserver