From 06812ab8172df8c457dd91b96d2d15afa2574e97 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sun, 16 May 1999 21:40:08 +0000 Subject: 1999-05-16 Roland McGrath * syslog.conf: Removed. We don't install syslogd, so we have no business installing its configuration file. * Makefile (SYSCONFFILES): Remove syslog.conf. --- config/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config') diff --git a/config/Makefile b/config/Makefile index 86a0b45b..09a7478a 100644 --- a/config/Makefile +++ b/config/Makefile @@ -1,4 +1,4 @@ -# +# # Copyright (C) 1996, 1997, 1999 Free Software Foundation, Inc. # Written by Michael I. Bushnell, p/BSG. # @@ -26,7 +26,7 @@ makemode := misc # 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 resolv.conf syslog.conf + group resolv.conf installed_conf = $(addprefix $(sysconfdir)/,$(SYSCONFFILES)) LOGINDOTS = .bash_login .bashrc .hushlogin .profile README -- cgit v1.2.3