From 2d4686767e70b1f7a0b3ac455c8210b65e00abe1 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 24 May 1999 02:13:43 +0000 Subject: 1999-05-23 Roland McGrath * Makefile (SYSCONFFILES): Remove hostname. * hostname: File removed (it was empty). Current libc copes with having no hostname file. --- config/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/Makefile') 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)) -- cgit v1.2.3