aboutsummaryrefslogtreecommitdiff
path: root/config/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* 2004-12-16 Alfred M. Szmidt <ams@gnu.org>Alfred M. Szmidt2004-12-181-3/+2
| | | | | * Makefile ($(installed_logins)): Don't overwrite already existing login files unless asked for.
* 1999-05-24 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-05-301-14/+6
| | | | | | | | | | | | * 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-23 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-05-241-1/+1
| | | | | | * Makefile (SYSCONFFILES): Remove hostname. * hostname: File removed (it was empty). Current libc copes with having no hostname file.
* 1999-05-16 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-05-161-2/+2
| | | | | | * syslog.conf: Removed. We don't install syslogd, so we have no business installing its configuration file. * Makefile (SYSCONFFILES): Remove syslog.conf.
* 1999-05-16 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-05-161-3/+2
| | | | | | * inetd.conf: Removed. We don't install inetd, so we have no business installing inetd.conf. * Makefile (SYSCONFFILES): Remove inetd.conf.
* Wed Jun 11 14:17:25 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell1997-06-111-1/+1
| | | | | * inetd.conf, syslog.conf: New files. * Makefile (SYSCONFFILES): Add inetd.conf and syslog.conf.
* Tue Jun 10 18:41:00 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell1997-06-111-2/+2
| | | | * Makefile (install): Repair typo.
* *** empty log message ***Thomas Bushnell1996-09-191-16/+5
|
* *** empty log message ***Thomas Bushnell1996-09-171-0/+1
|
* *** empty log message ***Thomas Bushnell1996-08-051-1/+2
|
* *** empty log message ***Thomas Bushnell1996-08-021-1/+3
|
* *** empty log message ***Thomas Bushnell1996-07-311-1/+1
|
* Prettier installation of dotfiles for root and login.Michael I. Bushnell1996-07-161-4/+8
|
* (installed_rootdots): Fix rule.Michael I. Bushnell1996-07-131-1/+1
|
* Always touch /dev/null.Michael I. Bushnell1996-07-131-4/+6
| | | | | If OVERRIDE_CONF, then $(installed_rootdots) and $(installed_conf) depend on it. $(installed_logins) always depend on /dev/null.
* (override_spec):Michael I. Bushnell1996-07-131-1/+0
|
* (DIST_FILES): New variable.Michael I. Bushnell1996-07-131-3/+5
| | | | Move rules to past `include ../Makeconf'.
* (ROOTDOTS, installed_rootdots): New variables.Michael I. Bushnell1996-07-131-1/+10
| | | | | (install): Depend on $(installed_rootdots). ($(installed_rootdots): New target.
* (LOGINDOTS, installed_logins): New variables.Michael I. Bushnell1996-07-131-1/+8
| | | | | install: Depend on $(installed_logins). ($(installed_logins)): New rule.
* (SYSCONFFILES): Added passwd.Michael I. Bushnell1996-07-131-1/+1
|
* (SYSCONFFILES): Added fstab.Michael I. Bushnell1996-07-131-1/+1
|
* (SYSCONFFILES): Add hostname.Michael I. Bushnell1996-07-131-1/+1
|
* repair syntaxMichael I. Bushnell1996-06-201-3/+3
|
* (install): Install symlink for rc.Michael I. Bushnell1996-06-201-1/+8
|
* (SYSCONFFILES): Removed `rc'.Michael I. Bushnell1996-06-201-1/+1
|
* (SYSCONFFILES): Add ttys.Michael I. Bushnell1996-06-171-1/+1
|
* (SYSCONFFILES): Add protocols services shells motdMichael I. Bushnell1996-06-171-1/+1
|
* Initial revisionMichael I. Bushnell1996-06-171-0/+43