diff options
author | Scott Moser <smoser@ubuntu.com> | 2014-07-29 09:52:02 -0400 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2014-07-29 09:52:02 -0400 |
commit | 67428ad5a66ee57d1212e5af74cb9e9ed81d2c7b (patch) | |
tree | e3ece15c3b28e3cc0ce26b8fe81d72fda1cf7ca8 /ChangeLog | |
parent | 4b8397a510c4ff6f903e98bef50d350410f41451 (diff) | |
download | vyos-cloud-init-67428ad5a66ee57d1212e5af74cb9e9ed81d2c7b.tar.gz vyos-cloud-init-67428ad5a66ee57d1212e5af74cb9e9ed81d2c7b.zip |
do not put comments in /etc/timezone
comments in /etc/timezone are not expected, and can cause problems
if another tool tries to read it.
LP: #1341710
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -14,6 +14,7 @@ - change trunk debian packaging to use pybuild and drop cdbs. [Dimitri John Ledkov] - SeLinuxGuard: remove invalid check that looked for stat.st_mode in os.lstat. + - do not write comments in /etc/timezone (LP: #1341710) 0.7.5: - open 0.7.5 - Add a debug log message around import failures |