aboutsummaryrefslogtreecommitdiff
path: root/config
Commit message (Collapse)AuthorAgeFilesLines
* Use TERM=mach-gnu-color instead of mach-colorSamuel Thibault2012-01-311-1/+1
| | | | | | | mach-gnu-color was added to upstream ncurses as the GNU variant of the Mach kernel console. * config/ttys (console): Set type to mach-gnu-color.
* Add Marcus' console ttys.Samuel Thibault2011-07-041-0/+6
| | | | * config/ttys: Add tty[1-6].
* Switch to the new ChangeLog style.Thomas Schwinge2009-07-111-210/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ChangeLog: Wipe out content, and add instructions about how to get it back. * auth/ChangeLog: Remove file. * benchmarks/ChangeLog: Likewise. * boot/ChangeLog: Likewise. * bsdfsck/ChangeLog: Likewise. * config/ChangeLog: Likewise. * console-client/ChangeLog: Likewise. * console/ChangeLog: Likewise. * daemons/ChangeLog: Likewise. * defpager/ChangeLog: Likewise. * doc/ChangeLog: Likewise. * exec/ChangeLog: Likewise. * ext2fs/ChangeLog: Likewise. * fatfs/ChangeLog: Likewise. * fstests/ChangeLog: Likewise. * ftpfs/ChangeLog: Likewise. * hostmux/ChangeLog: Likewise. * hurd/ChangeLog: Likewise. * include/ChangeLog: Likewise. * init/ChangeLog: Likewise. * isofs/ChangeLog: Likewise. * libcons/ChangeLog: Likewise. * libdirmgt/ChangeLog: Likewise. * libdiskfs/ChangeLog: Likewise. * libfshelp/ChangeLog: Likewise. * libftpconn/ChangeLog: Likewise. * libhurdbugaddr/ChangeLog: Likewise. * libihash/ChangeLog: Likewise. * libiohelp/ChangeLog: Likewise. * libnetfs/ChangeLog: Likewise. * libpager/ChangeLog: Likewise. * libpipe/ChangeLog: Likewise. * libports/ChangeLog: Likewise. * libps/ChangeLog: Likewise. * libshouldbeinlibc/ChangeLog: Likewise. * libstore/ChangeLog: Likewise. * libthreads/ChangeLog: Likewise. * libtrivfs/ChangeLog: Likewise. * login/ChangeLog: Likewise. * mach-defpager/ChangeLog: Likewise. * nfs/ChangeLog: Likewise. * nfsd/ChangeLog: Likewise. * pfinet/ChangeLog: Likewise. * pflocal/ChangeLog: Likewise. * proc/ChangeLog: Likewise. * release/ChangeLog: Likewise. * serverboot/ChangeLog: Likewise. * storeio/ChangeLog: Likewise. * sutils/ChangeLog: Likewise. * term/ChangeLog: Likewise. * tmpfs/ChangeLog: Likewise. * trans/ChangeLog: Likewise. * ufs-fsck/ChangeLog: Likewise. * ufs-utils/ChangeLog: Likewise. * ufs/ChangeLog: Likewise. * usermux/ChangeLog: Likewise. * utils/ChangeLog: Likewise.
* 2004-12-16 Alfred M. Szmidt <ams@gnu.org>Alfred M. Szmidt2004-12-182-3/+7
| | | | | * Makefile ($(installed_logins)): Don't overwrite already existing login files unless asked for.
* 2002-09-30 Marcus Brinkmann <marcus@gnu.org>Marcus Brinkmann2002-09-302-3/+7
| | | | * ttys (console): Change type column ($TERM setting) to `mach-color'.
* .Roland McGrath2002-06-051-0/+4
|
* 2002-06-05 Roland McGrath <roland@frob.com>Roland McGrath2002-06-051-2/+2
| | | | * login-.bash_login: Prepend ~/ to file names.
* 1999-05-24 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-05-3110-360/+0
| | | | | | | | | | | | * 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.
* .Roland McGrath1999-05-301-0/+2
|
* 1999-05-29 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-05-301-1/+1
| | | | * ttys (console): Change type column ($TERM setting) to `mach'.
* .Roland McGrath1999-05-301-1/+15
|
* 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-29 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-05-301-0/+1
| | | | * login-.bashrc: Alias su to login.
* 1999-05-23 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-05-242-0/+6
| | | | | | * Makefile (SYSCONFFILES): Remove hostname. * hostname: File removed (it was empty). Current libc copes with having no hostname file.
* 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-172-30/+0
| | | | | | | | | | * syslog.conf: Removed. We don't install syslogd, so we have no business installing its configuration file. * Makefile (SYSCONFFILES): Remove syslog.conf. * inetd.conf: Removed. We don't install inetd, so we have no business installing inetd.conf. * Makefile (SYSCONFFILES): Remove inetd.conf.
* .Roland McGrath1999-05-161-0/+4
|
* 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.
* .Roland McGrath1999-05-161-2/+8
|
* 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.
* Sat Mar 6 15:46:17 1999 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-03-063-3/+4
| | | | * group, passwd: Revert preceding change.
* Fri Mar 5 18:25:01 1999 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-03-053-0/+8
| | | | | * passwd (bin): New entry with ID 0, for compatibility with BSD. * group (bin, kmem): Likewise.
* (sush): Alias removed.Miles Bader1997-08-181-2/+2
|
* .Miles Bader1997-08-181-2/+3
|
* .Miles Bader1997-06-261-0/+4
|
* Recommend using `addauth root'.Miles Bader1997-06-261-1/+1
|
* Thu Jun 12 18:39:18 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell1997-06-122-21/+9
| | | | * syslog.conf: Updated.
* Wed Jun 11 14:17:25 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell1997-06-114-1/+52
| | | | | * 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-112-2/+6
| | | | * Makefile (install): Repair typo.
* .Miles Bader1997-05-271-0/+6
|
* (sush):Miles Bader1997-05-271-2/+1
| | | | Alias renamed from su.
* Refer to sush rather than su.Miles Bader1997-05-271-1/+1
|
* Say to use `su' rather than `sush root'.Miles Bader1997-05-271-1/+1
|
* *** empty log message ***Thomas Bushnell1996-09-192-16/+20
|
* .Miles Bader1996-09-171-2/+2
|
* *** empty log message ***Thomas Bushnell1996-09-172-0/+6
|
* *** empty log message ***Thomas Bushnell1996-08-053-1/+10
|
* *** empty log message ***Thomas Bushnell1996-08-022-1/+8
|
* *** empty log message ***Thomas Bushnell1996-07-314-2/+10
|
* *** empty log message ***Thomas Bushnell1996-07-302-1/+5
|
* .Miles Bader1996-07-241-0/+4
|
* But do \ ` inside "s.Miles Bader1996-07-241-1/+1
|
* .Miles Bader1996-07-201-0/+5
|
* (console): Change type to `pc3'.Miles Bader1996-07-201-2/+2
| | | | (com0): Renamed from tty00.
* .Miles Bader1996-07-191-0/+7
|
* Don't \ ' inside "s.Miles Bader1996-07-191-1/+1
| | | | Advise to use `sush root', not su.
* (games): New user.Miles Bader1996-07-191-0/+1
|
* *** empty log message ***Michael I. Bushnell1996-07-193-1/+9
|
* Initial revisionRoland McGrath1996-07-171-0/+70
|
* Fixup test and source of user's .root_profile.Miles Bader1996-07-171-3/+11
|