diff options
| author | Joey Hess <joeyh@joeyh.name> | 2016-03-07 16:36:36 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2016-03-07 16:36:36 -0400 |
| commit | 16a95afa2fe22a4df9c371489c4ee7ffdef8e07b (patch) | |
| tree | 6e0869e78aba03be2591569369e1e099bb86568e /doc/forum/Locales_always_generated | |
| parent | 9bbc292b3f903a1476e3524bb9198e58ce300401 (diff) | |
| parent | 822694e790102efa2a5bb4a0c3d62c6fce1d4e87 (diff) | |
Merge remote-tracking branch 'remotes/misandrist/FreeBSD' into wip
Diffstat (limited to 'doc/forum/Locales_always_generated')
| -rw-r--r-- | doc/forum/Locales_always_generated/comment_1_26e9d3c1ec2ad32d18ee2205254b71b8._comment | 12 | ||||
| -rw-r--r-- | doc/forum/Locales_always_generated/comment_2_fcce3726ab696a55abb12367ff5bf36c._comment | 8 |
2 files changed, 20 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. +"""]] diff --git a/doc/forum/Locales_always_generated/comment_2_fcce3726ab696a55abb12367ff5bf36c._comment b/doc/forum/Locales_always_generated/comment_2_fcce3726ab696a55abb12367ff5bf36c._comment new file mode 100644 index 00000000..67143d74 --- /dev/null +++ b/doc/forum/Locales_always_generated/comment_2_fcce3726ab696a55abb12367ff5bf36c._comment @@ -0,0 +1,8 @@ +[[!comment format=mdwn + username="mithrandi@311efa1b2b5c4999c2edae7da06fb825899e8a82" + nickname="mithrandi" + subject="comment 2" + date="2016-03-06T17:38:57Z" + content=""" +Ah, nice! I hadn't noticed that the contents was actually changing. +"""]] |
