diff options
| author | Joey Hess <joeyh@joeyh.name> | 2016-03-06 13:27:56 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2016-03-06 13:27:56 -0400 |
| commit | 50bd944e6226cddca0ab0da6d0ed8fd0cfba0b6d (patch) | |
| tree | 177f9d8d3e0dc1accababf2cade2e28e7b077951 | |
| parent | 27c5e59fba74601fc1852b80868d8672bc569197 (diff) | |
comment
| -rw-r--r-- | doc/forum/Locales_always_generated/comment_1_26e9d3c1ec2ad32d18ee2205254b71b8._comment | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/forum/Locales_always_generated/comment_1_26e9d3c1ec2ad32d18ee2205254b71b8._comment b/doc/forum/Locales_always_generated/comment_1_26e9d3c1ec2ad32d18ee2205254b71b8._comment new file mode 100644 index 00000000..de64aaa8 --- /dev/null +++ b/doc/forum/Locales_always_generated/comment_1_26e9d3c1ec2ad32d18ee2205254b71b8._comment @@ -0,0 +1,12 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 1""" + date="2016-03-06T17:06:16Z" + content=""" +What seems to be going on is, /etc/locale.gen is changed, uncommenting +the line, but then the dpkg-reconfigure locales rewrites the file +with the same set of locales enabled but a different set of lines and +comments. So, next time the property runs, it wants to change the file again. + +I changed it to run locale-gen instead, which avoids the problem. +"""]] |
