]> git.ipfire.org Git - thirdparty/systemd.git/commit
shared/install: failing with -ELOOP can be due to the use of an alias in install_error() 13635/head
authorFranck Bui <fbui@suse.com>
Tue, 24 Sep 2019 16:54:15 +0000 (18:54 +0200)
committerFranck Bui <fbui@suse.com>
Tue, 24 Sep 2019 17:05:06 +0000 (19:05 +0200)
commit22683674716fd0e5b016ce5a7d8fd90df5f9f9e7
treeb3117e03d5871babb79c1abd0fd5c1ffeed71ccc
parent56a4ce2417ff74f82a48e3a5c6e36edad8d4bc6c
shared/install: failing with -ELOOP can be due to the use of an alias in install_error()

-ELOOP can happen also when enabling an alias name (which is admittedly useless
since the unit it belongs to was already enabled) so let's mention this
possibility when reporting the corresponding error.
src/core/dbus-manager.c