diff options
author | Thomas Bushnell <thomas@gnu.org> | 1997-06-11 19:11:14 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1997-06-11 19:11:14 +0000 |
commit | d23a38f35f1cc069f9ab5e66b126e04701007f88 (patch) | |
tree | 867948b520cdbb2a72b9af4c9f417b53516c8d83 /config/Makefile | |
parent | 32bc579e61b42ce1d82ab436d97aa61c0c99ee52 (diff) |
Wed Jun 11 14:17:25 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
* inetd.conf, syslog.conf: New files.
* Makefile (SYSCONFFILES): Add inetd.conf and syslog.conf.
Diffstat (limited to 'config/Makefile')
-rw-r--r-- | config/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/Makefile b/config/Makefile index 2c1b3bbf..b340a083 100644 --- a/config/Makefile +++ b/config/Makefile @@ -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 + group resolv.conf inetd.conf syslog.conf installed_conf = $(addprefix $(sysconfdir)/,$(SYSCONFFILES)) LOGINDOTS = .bash_login .bashrc .hushlogin .profile README |