]> code.ossystems Code Review - openembedded-core.git/commit
systemd-systemctl-native: don't care about line endings
authorRoss Burton <ross.burton@intel.com>
Tue, 17 Sep 2019 20:30:30 +0000 (21:30 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 19 Sep 2019 09:54:26 +0000 (10:54 +0100)
commit7aaa9200b5ba2cba92ee1ed7003d54848498b37d
treea632e5d22c74c4b8e0fd092bcc6363b5d6be8a92
parent70a77b91031388ea29eff6b8885fd25cc35b1dae
systemd-systemctl-native: don't care about line endings

It's possible for a service file to accidentally contain mixed line endings, but
the string cleanup code was assuming Unix endings.

[ YOCTO #13535 ]

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/systemd/systemd-systemctl/systemctl