summaryrefslogtreecommitdiff
path: root/config/Makefile
AgeCommit message (Collapse)Author
1999-05-301999-05-24 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath
* protocols, services, shells, passwd, group, resolv.conf, fstab, root-.bash_login, root-.bashrc, root-.profile: Files removed. These files are not really Hurd-specific, and so should be installed by some other package (and are in Debian). * Makefile (SYSCONFFILES): Remove those files from the list. (ROOTDOTS, installed_rootdots): Variables removed. (DIST_FILES): Remove reference to $(ROOTDOTS). (install): Remove dep on $(installed_rootdots). ($(installed_rootdots)): Rule removed.
1999-05-241999-05-23 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath
* Makefile (SYSCONFFILES): Remove hostname. * hostname: File removed (it was empty). Current libc copes with having no hostname file.
1999-05-161999-05-16 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath
* syslog.conf: Removed. We don't install syslogd, so we have no business installing its configuration file. * Makefile (SYSCONFFILES): Remove syslog.conf.
1999-05-161999-05-16 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath
* inetd.conf: Removed. We don't install inetd, so we have no business installing inetd.conf. * Makefile (SYSCONFFILES): Remove inetd.conf.
1997-06-11Wed Jun 11 14:17:25 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell
* inetd.conf, syslog.conf: New files. * Makefile (SYSCONFFILES): Add inetd.conf and syslog.conf.
1997-06-11Tue Jun 10 18:41:00 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell
* Makefile (install): Repair typo.
1996-09-19*** empty log message ***Thomas Bushnell
1996-09-17*** empty log message ***Thomas Bushnell
1996-08-05*** empty log message ***Thomas Bushnell
1996-08-02*** empty log message ***Thomas Bushnell
1996-07-31*** empty log message ***Thomas Bushnell
1996-07-16Prettier installation of dotfiles for root and login.Michael I. Bushnell
1996-07-13(installed_rootdots): Fix rule.Michael I. Bushnell
1996-07-13Always touch /dev/null.Michael I. Bushnell
If OVERRIDE_CONF, then $(installed_rootdots) and $(installed_conf) depend on it. $(installed_logins) always depend on /dev/null.
1996-07-13(override_spec):Michael I. Bushnell
1996-07-13(DIST_FILES): New variable.Michael I. Bushnell
Move rules to past `include ../Makeconf'.
1996-07-13(ROOTDOTS, installed_rootdots): New variables.Michael I. Bushnell
(install): Depend on $(installed_rootdots). ($(installed_rootdots): New target.
1996-07-13(LOGINDOTS, installed_logins): New variables.Michael I. Bushnell
install: Depend on $(installed_logins). ($(installed_logins)): New rule.
1996-07-13(SYSCONFFILES): Added passwd.Michael I. Bushnell
1996-07-13(SYSCONFFILES): Added fstab.Michael I. Bushnell
1996-07-13(SYSCONFFILES): Add hostname.Michael I. Bushnell
1996-06-20repair syntaxMichael I. Bushnell
1996-06-20(install): Install symlink for rc.Michael I. Bushnell
1996-06-20(SYSCONFFILES): Removed `rc'.Michael I. Bushnell
1996-06-17(SYSCONFFILES): Add ttys.Michael I. Bushnell
1996-06-17(SYSCONFFILES): Add protocols services shells motdMichael I. Bushnell
1996-06-17Initial revisionMichael I. Bushnell