diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/ChangeLog | 5 | ||||
-rw-r--r-- | config/Makefile | 3 | ||||
-rw-r--r-- | config/resolv.conf | 3 |
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 |