diff options
author | Roland McGrath <roland@gnu.org> | 1999-05-16 21:40:08 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1999-05-16 21:40:08 +0000 |
commit | 06812ab8172df8c457dd91b96d2d15afa2574e97 (patch) | |
tree | 8def9bffa41803a1efb34951d8509fe2753a8bec /config/Makefile | |
parent | 2c5e8ac9c4a1b316963d61cbda167b1bdee93760 (diff) |
1999-05-16 Roland McGrath <roland@baalperazim.frob.com>
* syslog.conf: Removed. We don't install syslogd, so we have no
business installing its configuration file.
* Makefile (SYSCONFFILES): Remove syslog.conf.
Diffstat (limited to 'config/Makefile')
-rw-r--r-- | config/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |