summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1999-05-24 02:13:43 +0000
committerRoland McGrath <roland@gnu.org>1999-05-24 02:13:43 +0000
commit2d4686767e70b1f7a0b3ac455c8210b65e00abe1 (patch)
tree0a99fb365c0d8c45cec6011c8b16546d23ea2f1a /config
parent8be0c604d2ba515f3a8cfaadb89f2f9e1eee3cca (diff)
1999-05-23 Roland McGrath <roland@baalperazim.frob.com>
* Makefile (SYSCONFFILES): Remove hostname. * hostname: File removed (it was empty). Current libc copes with having no hostname file.
Diffstat (limited to 'config')
-rw-r--r--config/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/Makefile b/config/Makefile
index 09a7478a..3bcfde45 100644
--- a/config/Makefile
+++ b/config/Makefile
@@ -25,7 +25,7 @@ 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 \
+SYSCONFFILES = protocols services shells motd ttys fstab passwd \
group resolv.conf
installed_conf = $(addprefix $(sysconfdir)/,$(SYSCONFFILES))