summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorThomas Bushnell <thomas@gnu.org>1996-08-05 19:02:33 +0000
committerThomas Bushnell <thomas@gnu.org>1996-08-05 19:02:33 +0000
commit0bc0cab64d7d3adaa96ab26f2762d60263a0da8d (patch)
treee5296d2a9e28c1b2ec70068cfbfe15a6926be0d6 /config
parent8f4c7de9176ed255993389d38ab53398ddec3455 (diff)
*** empty log message ***
Diffstat (limited to 'config')
-rw-r--r--config/ChangeLog5
-rw-r--r--config/Makefile3
-rw-r--r--config/resolv.conf3
3 files changed, 10 insertions, 1 deletions
diff --git a/config/ChangeLog b/config/ChangeLog
index 0eb6027e..1214cc91 100644
--- a/config/ChangeLog
+++ b/config/ChangeLog
@@ -1,3 +1,8 @@
+Mon Aug 5 13:43:28 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
+
+ * Makefile (SYSCONFFILES): Add `resolv.conf'.
+ * resolv.conf: New file.
+
Fri Aug 2 11:07:18 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
* Makefile (DIST_FILES): Put `root-' before ROOTDOTS and `login-'
diff --git a/config/Makefile b/config/Makefile
index 4ff7a5f4..adad800f 100644
--- a/config/Makefile
+++ b/config/Makefile
@@ -25,7 +25,8 @@ makemode := misc
# to overwrite an existing file. Print a warning for such files.
# 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
+SYSCONFFILES = protocols services shells motd ttys hostname fstab passwd \
+ group resolv.conf
installed_conf = $(addprefix $(sysconfdir)/,$(SYSCONFFILES))
LOGINDOTS = .bash_login .bashrc .hushlogin .profile README
diff --git a/config/resolv.conf b/config/resolv.conf
new file mode 100644
index 00000000..7d5296c6
--- /dev/null
+++ b/config/resolv.conf
@@ -0,0 +1,3 @@
+domain my.domain.here
+lookup bind file
+nameserver NN.NN.NN.NN