summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorScott Moser <smoser@ubuntu.com>2013-07-23 11:45:34 -0400
committerScott Moser <smoser@ubuntu.com>2013-07-23 11:45:34 -0400
commit1072010fdde26203bc69b911e4a478953323a6ef (patch)
tree51ab51b060e9117c48955ffed1c0b1e7fa6e10fb /ChangeLog
parent1edfb2a7a36a2bdddfe0ca48ba5d23721bf17a35 (diff)
downloadvyos-cloud-init-1072010fdde26203bc69b911e4a478953323a6ef.tar.gz
vyos-cloud-init-1072010fdde26203bc69b911e4a478953323a6ef.zip
Fix password setting for rhel5.
Changing password via 'chpasswd' command in rhel5 would fail, if input to the 'chpasswd' command doesn't end with '\n'. The fix is just to append a carriage return to the input.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index dcc67626..4cdd20ad 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,8 @@
'initctl reload-configuration' (LP: #1124384). If so, then invoke it.
- add Azure datasource.
- add support for SuSE / SLES [Juerg Haefliger]
+ - add a trailing carriage return to chpasswd input, which reportedly
+ caused a problem on rhel5 if missing.
0.7.2:
- add a debian watch file
- add 'sudo' entry to ubuntu's default user (LP: #1080717)