Comment 3 for bug 1598304

Revision history for this message
Gustavo Niemeyer (niemeyer) wrote :

This is a bug in etckeeper. The "\x2d" character is inserted by systemd's escape routine itself:

    $ systemd-escape foo-bar
    foo\x2dbar

We'll likely stop using the escaping logic and use simpler names now that we're constraining application names further, but somebody else using systemd-escape will hit the same bug.