diff options
author | Joshua Harlow <harlowja@gmail.com> | 2012-12-04 10:08:05 -0500 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2012-12-04 10:08:05 -0500 |
commit | 375995c9bd3e9d1794395f471d2215c58b7f2453 (patch) | |
tree | debc9ea79d10798217c17abfc349b1934638f6a7 /ChangeLog | |
parent | 1e7b96743314f566814848ad05c5bc7271a5de91 (diff) | |
parent | 75d991b2e807d8bf26a2b94791870b86c43a1c96 (diff) | |
download | vyos-cloud-init-375995c9bd3e9d1794395f471d2215c58b7f2453.tar.gz vyos-cloud-init-375995c9bd3e9d1794395f471d2215c58b7f2453.zip |
write-ssh-key-fingerprints: use logger -s rather than --stderr
--stderr would be preferred for readability, but older versions of
logger do not support the long form. Use the short form for compatibility.
LP: #1083715
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -5,6 +5,8 @@ - make sure there is no blank line before cloud-init entry in there are no blank lines in /etc/ca-certificates.conf (LP: #1077020) - fix sudoers writing when entry is a string (LP: #1079002) + - tools/write-ssh-key-fingerprints: use '-s' rather than '--stderr' + option (LP: #1083715) 0.7.1: - sysvinit: fix missing dependency in cloud-init job for RHEL 5.6 - config-drive: map hostname to local-hostname (LP: #1061964) |