core: when writing drop-in files, name them directly after the property we set
commit665f8316f435772ed539be5e164a85cd188f84b4
authorLennart Poettering <lennart@poettering.net>
Thu, 11 Jul 2013 19:03:06 +0000 (11 21:03 +0200)
committerLennart Poettering <lennart@poettering.net>
Thu, 11 Jul 2013 19:03:06 +0000 (11 21:03 +0200)
tree91af626415503020392cb16dd1af27d66a14a60d
parent8e7076caae32a560a11c1643b53fc4f12db4a6b1
core: when writing drop-in files, name them directly after the property we set

Mapping from "FooBar" to "foo-bar" is unnecessary and makes it hard to
handle many different properties with the same code, hence, let's just
not do it.
src/core/dbus-cgroup.c
src/core/dbus-service.c
src/core/dbus-unit.c