diff options
| author | Joey Hess <joey@kitenet.net> | 2014-07-06 12:23:57 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-07-06 12:23:57 -0400 |
| commit | 26f989b5ab4d21e5212bfaf657e43aee6211253d (patch) | |
| tree | 9def7628f5e696f7b8ed6ee685210dc3d63140c5 /debian | |
| parent | 8a909951cb56ac3ef3dde60cf4f7c86aeca94b8d (diff) | |
Hostname.sane now cleans up the 127.0.0.1 localhost line in /etc/hosts, to avoid eg, apache complaining that "Could not reliably determine the server's fully qualified domain name".
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 90992e2d..83a9a767 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,9 @@ propellor (0.7.1) UNRELEASED; urgency=medium * Add --list-fields to list a host's currently set privdata fields. * Fix randomHostKeys property to run openssh-server's postinst in a non-failing way. + * Hostname.sane now cleans up the 127.0.0.1 localhost line in /etc/hosts, + to avoid eg, apache complaining that "Could not reliably determine the + server's fully qualified domain name". -- Joey Hess <joeyh@debian.org> Thu, 19 Jun 2014 14:27:21 -0400 |
