diff options
author | Roland McGrath <roland@gnu.org> | 1999-05-16 21:38:36 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1999-05-16 21:38:36 +0000 |
commit | 5d8978bf372966697525b2a5ac20991b340e0c6d (patch) | |
tree | ca6c742f19684d4657f5fec4835e9866b2f2a661 /config/Makefile | |
parent | 6454b756746f75f4ee4c9791f3df3f4835c5f981 (diff) |
1999-05-16 Roland McGrath <roland@baalperazim.frob.com>
* inetd.conf: Removed. We don't install inetd, so we have no business
installing inetd.conf.
* Makefile (SYSCONFFILES): Remove inetd.conf.
Diffstat (limited to 'config/Makefile')
-rw-r--r-- | config/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/config/Makefile b/config/Makefile index b340a083..86a0b45b 100644 --- a/config/Makefile +++ b/config/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 1996, 1997 Free Software Foundation, Inc. +# Copyright (C) 1996, 1997, 1999 Free Software Foundation, Inc. # Written by Michael I. Bushnell, p/BSG. # # This file is part of the GNU Hurd. @@ -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 inetd.conf syslog.conf + group resolv.conf syslog.conf installed_conf = $(addprefix $(sysconfdir)/,$(SYSCONFFILES)) LOGINDOTS = .bash_login .bashrc .hushlogin .profile README @@ -63,4 +63,3 @@ $(installed_logins): $(sysconfdir)/login/%: login-% $(installed_conf): $(sysconfdir)/%: % $(INSTALL_DATA) $< $(sysconfdir)/$* - |