diff options
author | Roland McGrath <roland@gnu.org> | 1999-05-24 02:13:59 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1999-05-24 02:13:59 +0000 |
commit | 752b43d64d107d04ba9007db92bb6c872467c794 (patch) | |
tree | 6634251f09af86eebaf2856b7992e17d11e90c09 | |
parent | 2d4686767e70b1f7a0b3ac455c8210b65e00abe1 (diff) |
1999-05-23 Roland McGrath <roland@baalperazim.frob.com>
* Makefile (SYSCONFFILES): Remove hostname.
* hostname: File removed (it was empty). Current libc copes with
having no hostname file.
-rw-r--r-- | config/ChangeLog | 6 | ||||
-rw-r--r-- | config/hostname | 0 |
2 files changed, 6 insertions, 0 deletions
diff --git a/config/ChangeLog b/config/ChangeLog index ebb83784..3d4cab26 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,3 +1,9 @@ +1999-05-23 Roland McGrath <roland@baalperazim.frob.com> + + * 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> * syslog.conf: Removed. We don't install syslogd, so we have no diff --git a/config/hostname b/config/hostname deleted file mode 100644 index e69de29b..00000000 --- a/config/hostname +++ /dev/null |