chiark / gitweb /
conf-parser: don't unescape parsed configuration strings by default
authorLennart Poettering <lennart@poettering.net>
Mon, 17 Sep 2012 19:58:03 +0000 (21:58 +0200)
committerLennart Poettering <lennart@poettering.net>
Mon, 17 Sep 2012 19:58:03 +0000 (21:58 +0200)
commitfaa368e3376cb5e3e3c27550fdde652f1d3c9584
tree5273c0804ce364ebaf5735e8b897397e1b7bd5b9
parentd4d882e5cefb6b16d84e651a00a9e98914d54bd6
conf-parser: don't unescape parsed configuration strings by default

In many cases this might have a negative effect since we drop escaping
from strings where we better shouldn't have dropped it.

If unescaping makes sense for some settings we can readd it later again,
on a per-case basis.

https://bugs.freedesktop.org/show_bug.cgi?id=54522
src/core/service.c
src/core/unit.c
src/shared/conf-parser.c
src/shared/util.c